all files / dist/ oojs-ui-apex.js

85.71% Statements 6/7
100% Branches 0/0
66.67% Functions 2/3
85.71% Lines 6/7
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                                                                             
/*!
 * OOjs UI v0.18.1-pre (204144ec6c)
 * 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-12-06T22:25:00Z
 */
( 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 );
 
/* Methods */
 
/**
 * @inheritdoc
 */
OO.ui.ApexTheme.prototype.getDialogTransitionDuration = function () {
	return 250;
};
 
/* Instantiation */
 
OO.ui.theme = new OO.ui.ApexTheme();
 
}( OO ) );
 
//# sourceMappingURL=oojs-ui-apex.js.map