Make AuthManager::getAuthenticationProvider() public
[mediawiki.git] / resources / lib / oojs-ui / oojs-ui-apex.js
blob537a9d74066338bebcf943025dc2e7869059e76d
1 /*!
2  * OOjs UI v0.17.4
3  * https://www.mediawiki.org/wiki/OOjs_UI
4  *
5  * Copyright 2011–2016 OOjs UI Team and other contributors.
6  * Released under the MIT license
7  * http://oojs.mit-license.org
8  *
9  * Date: 2016-05-31T21:50:52Z
10  */
11 ( function ( OO ) {
13 'use strict';
15 /**
16  * @class
17  * @extends OO.ui.Theme
18  *
19  * @constructor
20  */
21 OO.ui.ApexTheme = function OoUiApexTheme() {
22         // Parent constructor
23         OO.ui.ApexTheme.parent.call( this );
26 /* Setup */
28 OO.inheritClass( OO.ui.ApexTheme, OO.ui.Theme );
30 /* Instantiation */
32 OO.ui.theme = new OO.ui.ApexTheme();
34 }( OO ) );