diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2017-11-07 14:55:44 -0800 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2017-11-07 14:55:44 -0800 |
commit | 4ca7f7a21c128b29c1a06093129d34150bfe6368 (patch) | |
tree | bffeb9c726ca5db89065483bde7221ccfcb4c0fc /resources/lib/oojs-ui/oojs-ui-core.js | |
parent | d3abee55b4c86acac3bd9f54fdf768d45583a0fd (diff) | |
download | mediawikicore-4ca7f7a21c128b29c1a06093129d34150bfe6368.tar.gz mediawikicore-4ca7f7a21c128b29c1a06093129d34150bfe6368.zip |
Update OOjs UI to v0.24.2
Release notes:
https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/History.md;v0.24.2
Depends-On: I0e9d3f690349f9f01fb6424f9cb8468ebb21455a
Change-Id: I0e9d3f690349f9f01fb6424f9cb8468ebb21455b
Diffstat (limited to 'resources/lib/oojs-ui/oojs-ui-core.js')
-rw-r--r-- | resources/lib/oojs-ui/oojs-ui-core.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/lib/oojs-ui/oojs-ui-core.js b/resources/lib/oojs-ui/oojs-ui-core.js index 3042c673a99f..20c58ff42a21 100644 --- a/resources/lib/oojs-ui/oojs-ui-core.js +++ b/resources/lib/oojs-ui/oojs-ui-core.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.24.1 + * OOjs UI v0.24.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2017 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2017-10-31T22:46:35Z + * Date: 2017-11-07T22:52:40Z */ ( function ( OO ) { @@ -7555,7 +7555,7 @@ OO.ui.DropdownWidget.prototype.onMenuSelect = function ( item ) { * Handle menu toggle events. * * @private - * @param {boolean} isVisible Menu toggle event + * @param {boolean} isVisible Open state of the menu */ OO.ui.DropdownWidget.prototype.onMenuToggle = function ( isVisible ) { this.$element.toggleClass( 'oo-ui-dropdownWidget-open', isVisible ); @@ -10800,7 +10800,7 @@ OO.ui.ComboBoxInputWidget.prototype.onMenuItemsChange = function () { * Handle menu toggle events. * * @private - * @param {boolean} isVisible Menu toggle event + * @param {boolean} isVisible Open state of the menu */ OO.ui.ComboBoxInputWidget.prototype.onMenuToggle = function ( isVisible ) { this.$element.toggleClass( 'oo-ui-comboBoxInputWidget-open', isVisible ); |