mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
ce8efd6b15
Change-Id: I52ef09aee38471ca49f3f4a845daf02e6dcc024c
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
/**
|
|
* Initialization namespace.
|
|
*
|
|
* All classes and functions will be attached to this object to keep the global namespace clean.
|
|
*/
|
|
ve.init = {
|
|
//
|
|
};
|