remove redundant enumerable: true property on class methods

This commit is contained in:
Sebastian McKenzie
2015-01-30 10:44:33 +11:00
parent 579db9107f
commit bbbc9c0c5e
14 changed files with 7 additions and 17 deletions

View File

@@ -10,7 +10,6 @@ var Test = (function () {
value: function test() {
return 5 + 5;
},
enumerable: false,
writable: true,
configurable: true
}