mediawiki-extensions-Visual.../modules/ve2/dm/ve.dm.js
Trevor Parscal f6864b0c04 Changed use of "factory" to "nodeFactory" to make way for other kinds of factories
Change-Id: I96db0f28bb220f1c3b23990824e9523278cb8f9b
2012-05-31 15:20:58 -07:00

9 lines
199 B
JavaScript

/**
* DataModel namespace.
*
* All classes and functions will be attached to this object to keep the global namespace clean.
*/
ve.dm = {
//'nodeFactory': Initialized in ve.dm.NodeFactory.js
};