aboutsummaryrefslogtreecommitdiff
blob: 081006368adbf2ff7e44d434ad46ec729fcead0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*!
 * OOUI v0.40.4
 * https://www.mediawiki.org/wiki/OOUI
 *
 * Copyright 2011–2020 OOUI Team and other contributors.
 * Released under the MIT license
 * http://oojs.mit-license.org
 *
 * Date: 2020-10-09T19:30:10Z
 */
( function ( OO ) {

'use strict';

/**
 * @class
 * @extends OO.ui.Theme
 *
 * @constructor
 */
OO.ui.TyrianTheme = function OoUiApexTheme() {
	// Parent constructor
	OO.ui.TyrianTheme.super.call( this );
};

/* Setup */

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

/* Methods */

/**
 * @inheritdoc
 */
OO.ui.TyrianTheme.prototype.getDialogTransitionDuration = function () {
	return 250;
};

/* Instantiation */

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

}( OO ) );

//# sourceMappingURL=oojs-ui-tyrian.js.map.json