Update jquery.uls and jquery.ime from upstream

jquery.uls:
* Make "ha" the primary code for Hausa (should address Bug T279269).
* Localisation updates: ms-arab, ce, fur.
* Minor whitespace fixes for eslint.
Updating to
9b879ca89b

jquery.ime:
* Minor whitespace and escaping fixes for eslint.
Updating to
1fd57c64b9

Bug: T279269
Change-Id: I46aeb0a8397ebd9dc8a5d68a9e92368d8156ae2d
This commit is contained in:
Amir Aharoni
2021-05-24 10:48:32 +03:00
committed by jenkins-bot
parent 53c076a736
commit 7c6a6b528b
77 changed files with 1294 additions and 1236 deletions

View File

@@ -13,9 +13,8 @@
* header is left intact. See files GPL-LICENSE and MIT-LICENSE for details.
*
* @file
* @ingroup Extensions
* @licence GNU General Public Licence 2.0 or later
* @licence MIT License
* @license GNU General Public Licence 2.0 or later
* @license MIT License
*/
( function ( $ ) {
@@ -47,6 +46,7 @@
/**
* ULS Public class definition
*
* @param {Element} element
* @param {Object} options
*/
@@ -112,6 +112,7 @@
/**
* Calculate the position of ULS
* Returns an object with top and left properties.
*
* @return {Object}
*/
position: function () {
@@ -292,6 +293,7 @@
/**
* On select handler for search results
*
* @param {string} langCode
* @param {Object} event The jQuery click event
*/
@@ -304,6 +306,7 @@
/**
* On cancel handler for the uls menu
*
* @param {Event} e
*/
cancel: function ( e ) {
@@ -337,6 +340,7 @@
/**
* Get the panel menu width parameter
*
* @return {string}
*/
getMenuWidth: function () {