aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ooui/oojs-ui-tyrian.js')
-rw-r--r--ooui/oojs-ui-tyrian.js45
1 files changed, 0 insertions, 45 deletions
diff --git a/ooui/oojs-ui-tyrian.js b/ooui/oojs-ui-tyrian.js
deleted file mode 100644
index 0810063..0000000
--- a/ooui/oojs-ui-tyrian.js
+++ /dev/null
@@ -1,45 +0,0 @@
-/*!
- * 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 \ No newline at end of file