Merge "Drop zh-tw message "saveprefs""
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui-apex.js
1 /*!
2 * OOjs UI v0.12.8
3 * https://www.mediawiki.org/wiki/OOjs_UI
4 *
5 * Copyright 2011–2015 OOjs UI Team and other contributors.
6 * Released under the MIT license
7 * http://oojs.mit-license.org
8 *
9 * Date: 2015-09-08T20:55:55Z
10 */
11 /**
12 * @class
13 * @extends OO.ui.Theme
14 *
15 * @constructor
16 */
17 OO.ui.ApexTheme = function OoUiApexTheme() {
18 // Parent constructor
19 OO.ui.ApexTheme.parent.call( this );
20 };
21
22 /* Setup */
23
24 OO.inheritClass( OO.ui.ApexTheme, OO.ui.Theme );
25
26 /* Instantiation */
27
28 OO.ui.theme = new OO.ui.ApexTheme();