New changes: 8daef61 TextInputWidget: Add setValidation function to change pattern used to validate text 953c46c [BREAKING CHANGE] Create a MediaWiki theme e2a3bae PopupWidget: Position body/anchor using 'margin-left' instead of 'left' 4f50c34 Correct the left positioning of a popup wrapper afa3241 Move references to pending.gif to the themes that provide it Update changes: * Update links to OOjs UI distribution files Change-Id: Ic59650b56de44807348db4df46c538756ed9329e
13 lines
299 B
JavaScript
13 lines
299 B
JavaScript
/*!
|
||
* OOjs UI v0.1.0-pre (afa3241e8e)
|
||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||
*
|
||
* Copyright 2011–2014 OOjs Team and other contributors.
|
||
* Released under the MIT license
|
||
* http://oojs.mit-license.org
|
||
*
|
||
* Date: 2014-09-30T21:18:39Z
|
||
*/
|
||
/* Instantiation */
|
||
|
||
OO.ui.theme = new OO.ui.Theme();
|