wiki.techinc.nl/resources/lib/ooui/oojs-ui-apex.js
Anne Tomasevich 35316a369b Update OOUI to v0.47.4
Release notes: https://gerrit.wikimedia.org/g/oojs/ui/+/v0.47.4/History.md

Bug: T341336
Depends-On: Ic8f8baf7575b34e3ec2b458af78460d725a7f7da
Change-Id: I1b667c68c7d70e5d71a45e49890a1abef1b4f227
2023-07-10 12:20:57 -04:00

45 lines
No EOL
733 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.47.4
* 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-10T16:09:12Z
*/
( 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