3 * https://www.mediawiki.org/wiki/OOjs_UI
5 * Copyright 2011–2016 OOjs UI Team and other contributors.
6 * Released under the MIT license
7 * http://oojs.mit-license.org
9 * Date: 2016-05-31T21:50:52Z
17 * @extends OO.ui.Theme
21 OO
.ui
.ApexTheme
= function OoUiApexTheme() {
23 OO
.ui
.ApexTheme
.parent
.call( this );
28 OO
.inheritClass( OO
.ui
.ApexTheme
, OO
.ui
.Theme
);
32 OO
.ui
.theme
= new OO
.ui
.ApexTheme();