X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Foojs-ui%2Foojs-ui-apex.js;h=6a38d0d9f61ab970e8b3fc8a31b4e81260152bce;hb=46708622dda32ec31e4d4409d0f0f815fa52b3d6;hp=537a9d74066338bebcf943025dc2e7869059e76d;hpb=8799a1ecc0bab78912a75a8a4f331bf0a05d8039;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/oojs-ui/oojs-ui-apex.js b/resources/lib/oojs-ui/oojs-ui-apex.js index 537a9d7406..6a38d0d9f6 100644 --- a/resources/lib/oojs-ui/oojs-ui-apex.js +++ b/resources/lib/oojs-ui/oojs-ui-apex.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.17.4 + * OOjs UI v0.17.7 * 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-05-31T21:50:52Z + * Date: 2016-08-03T16:38:22Z */ ( function ( OO ) { @@ -27,6 +27,15 @@ OO.ui.ApexTheme = function OoUiApexTheme() { 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();