Difference between revisions of "Sandbox"
From Organic Design wiki
m |
m |
||
| Line 6: | Line 6: | ||
return { | return { | ||
foo: function() { | foo: function() { | ||
| − | private = 'secret message'; | + | var private = 'secret message'; |
this.public = 'not secret'; | this.public = 'not secret'; | ||
}, | }, | ||
Revision as of 15:39, 12 September 2012



