1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- "use strict";
- define( [ "module", "vwf/model" ], function( module, model ) {
- return model.load( module, {
-
-
-
- initialize: function() {
- },
-
-
- creatingNode: function( nodeID, childID, childExtendsID, childImplementsIDs,
- childSource, childType, childIndex, childName, callback /* ( ready ) */ ) {
- },
-
-
-
-
-
-
-
-
-
- } );
- } );
|