Added skeleton class for ve.dm.NodeFactory

Roan will finish the rest

Change-Id: I8da5c493b13f00ca9abdc94ef20e0d2923893d28
This commit is contained in:
Trevor Parscal 2012-04-20 14:40:31 -07:00
parent d4d2ae88ad
commit 5eca12cca2

View file

@ -0,0 +1,15 @@
/**
* Data model node factory.
*
* @class
* @constructor
*/
ve.dm.NodeFactory = function() {
//
};
/* Methods */
ve.dm.NodeFactory.prototype.register = function( name, constructor ) {
//
};