fix static member expression calls, make classes more spec-compliant
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
var Test = function () {
|
||||
function Test() {
|
||||
}
|
||||
var Test = function Test() { };
|
||||
Object.defineProperties(Test.prototype, {
|
||||
test: {
|
||||
set: function (val) {
|
||||
|
||||
Reference in New Issue
Block a user