New changes: aafebc4 LookupInputWidget: Fix whitespace and documentation cf89618 Element: Remove unneeded IIFE 4898088 build: Create minified JS and CSS distribution files Change-Id: Iaea30c2429401be4061f30d98a8edc7cce5567b1
13 lines
299 B
JavaScript
13 lines
299 B
JavaScript
/*!
|
||
* OOjs UI v0.1.0-pre (48980881f3)
|
||
* 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-04T01:50:53Z
|
||
*/
|
||
/* Instantiation */
|
||
|
||
OO.ui.theme = new OO.ui.Theme();
|