remove redundant enumerable: true property on class methods
This commit is contained in:
@@ -10,7 +10,6 @@ var Test = (function () {
|
||||
value: function test() {
|
||||
return 5 + 5;
|
||||
},
|
||||
enumerable: false,
|
||||
writable: true,
|
||||
configurable: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user