mediawiki-extensions-Visual.../modules/ve2/ce/ve.ce.js
Trevor Parscal aaa322642b Added ve.ce.NodeFactory and tests
Also added tests for initialization of factories at ve.ce.factory and ve.dm.factory

Change-Id: Ic6ac74aab86ecdfd4f094d9bb1fa16de930387b7
2012-04-30 16:36:02 -07:00

9 lines
215 B
JavaScript

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