mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-14 01:57:02 +00:00
122f49b2dd
Change-Id: I3c20809e71cc0da58123e1b5f29c4f3aac945496
12 lines
278 B
JavaScript
12 lines
278 B
JavaScript
/*!
|
|
* VisualEditor Wikitext sequence registry
|
|
*
|
|
* This should probably never have anything in it.
|
|
*
|
|
* @copyright 2011-2017 VisualEditor Team and others; see http://ve.mit-license.org
|
|
*/
|
|
|
|
/* Initialization */
|
|
|
|
ve.ui.wikitextSequenceRegistry = new ve.ui.SequenceRegistry();
|