wiki.techinc.nl/resources/lib/ooui/oojs-ui-apex.js

45 lines
733 B
JavaScript
Raw Normal View History

/*!
* OOUI v0.47.5
* https://www.mediawiki.org/wiki/OOUI
*
* Copyright 20112023 OOUI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2023-07-19T21:37:40Z
*/
( function ( OO ) {
'use strict';
/**
* @class
* @extends OO.ui.Theme
*
* @constructor
*/
OO.ui.ApexTheme = function OoUiApexTheme() {
// Parent constructor
OO.ui.ApexTheme.super.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.json