Merge "Remove not used private member variable mParserWarnings from OutputPage"
[mediawiki.git] / resources / lib / oojs-ui / oojs-ui-apex.js
blob7db559c05545f56b3d374832c9fc69b82f610cb8
1 /*!
2  * OOjs UI v0.14.1
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-12-08T21:43:47Z
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 );
22 /* Setup */
24 OO.inheritClass( OO.ui.ApexTheme, OO.ui.Theme );
26 /* Instantiation */
28 OO.ui.theme = new OO.ui.ApexTheme();