]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - resources/lib/oojs-ui/oojs-ui-apex.js
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / resources / lib / oojs-ui / oojs-ui-apex.js
1 /*!
2  * OOjs UI v0.23.0
3  * https://www.mediawiki.org/wiki/OOjs_UI
4  *
5  * Copyright 2011–2017 OOjs UI Team and other contributors.
6  * Released under the MIT license
7  * http://oojs.mit-license.org
8  *
9  * Date: 2017-09-05T21:23:58Z
10  */
11 ( function ( OO ) {
12
13 'use strict';
14
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 );
24 };
25
26 /* Setup */
27
28 OO.inheritClass( OO.ui.ApexTheme, OO.ui.Theme );
29
30 /* Methods */
31
32 /**
33  * @inheritdoc
34  */
35 OO.ui.ApexTheme.prototype.getDialogTransitionDuration = function () {
36         return 250;
37 };
38
39 /* Instantiation */
40
41 OO.ui.theme = new OO.ui.ApexTheme();
42
43 }( OO ) );
44
45 //# sourceMappingURL=oojs-ui-apex.js.map