Template:Nasal Constructor inline: Difference between revisions

Jump to navigation Jump to search
no edit summary
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 = { parents:[ {{{1|myClass}}} ] };
   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

Navigation menu