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