New changes: 630586d noflip left: 0; rule for overlays 03e5106 Rewrite OO.ui.Element.getRelativePosition() to be smarter 90d4eef Replace calls to OO.ui.bind( fn, ... ) with fn.bind( ... ) 77f0cd3 [BREAKING CHANGE] Remove deprecated Minerva theme 3e415f0 Clean up unneeded use of bind() 21c5b18 PHP Implementation of OOjs UI 3eb2ee5 OOUI PHP: TitledElement 70b35b2 OOUI PHP: GroupElement, ButtonGroupWidget 2f0df0d OOUI PHP: Layouts: Field, Fieldset, Form, Panel, Grid d856e81 OOUI PHP: Widgets: Icon, Indicator, Label, Input, TextInput, CheckboxInput 0d358b1 build: Fix PNG image generation Change-Id: I2d02d29c267a1b0db0cd1e1c19b93f488d02a9c2
13 lines
299 B
JavaScript
13 lines
299 B
JavaScript
/*!
|
||
* OOjs UI v0.1.0-pre (0d358b167a)
|
||
* 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-10-17T20:02:41Z
|
||
*/
|
||
/* Instantiation */
|
||
|
||
OO.ui.theme = new OO.ui.Theme();
|