instance and static class method names

This commit is contained in:
Sebastian McKenzie
2015-01-15 02:24:23 +11:00
parent 6c5606b7e8
commit 44f06c0b4c
11 changed files with 46 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ var Test = (function () {
_prototypeProperties(Test, null, {
test: {
value: function () {
value: function test() {
return 5 + 5;
},
writable: true,