mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
|
/**
|
||
|
* VisualEditor ContentEditable namespace.
|
||
|
*
|
||
|
* All classes and functions will be attached to this object to keep the global namespace clean.
|
||
|
*/
|
||
|
ve.ce = {
|
||
|
|
||
|
};
|