/*!
* OOjs UI v0.16.2-pre (c96107ea56)
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-03-10T23:30:37Z
*/
( function ( OO ) {
'use strict';
/**
* @class
* @extends OO.ui.Theme
*
* @constructor
*/
OO.ui.ApexTheme = function OoUiApexTheme() {
// Parent constructor
OO.ui.ApexTheme.parent.call( this );
};
/* Setup */
OO.inheritClass( OO.ui.ApexTheme, OO.ui.Theme );
/* Instantiation */
OO.ui.theme = new OO.ui.ApexTheme();
}( OO ) );
//# sourceMappingURL=oojs-ui-apex.js.map |