return a new function for each getter
- defines the getters onto a proto - the function returned has its __proto__ set to our proto fixes #32
This commit is contained in:
parent
3073fa3110
commit
42918337e5
4 changed files with 34 additions and 6 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"indent": 4,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"proto": true,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"unused": "vars",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue