/*!
* OOjs UI v0.12.6-pre (7337a7d502)
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2015 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2015-09-01T20:14:22Z
*/
/**
* @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();
//# sourceMappingURL=oojs-ui-apex.js.map |