mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
3d6391419d
Replacing them with static members on each node type Change-Id: I455debf880bef4e280eea072364f5f57308ec2b1
9 lines
192 B
JavaScript
9 lines
192 B
JavaScript
/**
|
|
* VisualEditor DataModel namespace.
|
|
*
|
|
* All classes and functions will be attached to this object to keep the global namespace clean.
|
|
*/
|
|
ve.dm = {
|
|
'factory': new ve.NodeFactory()
|
|
};
|