summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/themes/apex/ApexTheme.js
blob: 157dfb6443de3ecd7086892c86a5691d71e08a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * @class
 * @extends OO.ui.Theme
 *
 * @constructor
 */
OO.ui.ApexTheme = function OoUiApexTheme() {
	// Parent constructor
	OO.ui.ApexTheme.super.call( this );
};

/* Setup */

OO.inheritClass( OO.ui.ApexTheme, OO.ui.Theme );

/* Instantiation */

OO.ui.theme = new OO.ui.ApexTheme();