wiki.techinc.nl/resources/lib/ooui/oojs-ui-apex.js
Volker E 827c92d2d0 Update OOUI to v0.37.1
Release notes:
 https://gerrit.wikimedia.org/g/oojs/ui/+/v0.37.1/History.md

Bug: T192588
Bug: T244444
Depends-On: Ie48d09aa12fabf52ced0dc514b0197a882164a18
Change-Id: Ie0d55ca69fce4f4e7f32718f1ceea99ae9b58d77
2020-03-25 20:40:10 -07:00

45 lines
No EOL
734 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*!
* OOUI v0.37.1
* https://www.mediawiki.org/wiki/OOUI
*
* Copyright 20112020 OOUI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2020-03-26T02:04:47Z
*/
( 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.json