20,741
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
new: func( {{{2|arg...}}} ) { | new: func( {{{2|arg...}}} ) { | ||
# creates a temporary object that inherits from {{{1|myClass}}} | # creates a temporary object that inherits from {{{1|myClass}}} | ||
var obj = { | var obj = { {{Nasal Inherit from|{{{1|myClass}}} }} }; | ||
# do any other set up here, such as for example | # do any other set up here, such as for example | ||