Remove obsolete aliases from closures

Bug: T208951
Change-Id: I6ca9ca80473317e44a10c268c7058bc2cf4d7b58
This commit is contained in:
Ed Sanders 2018-11-16 15:35:52 +00:00
parent da6d4eb280
commit b61ad3a9a7
3 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,10 @@
{
"extends": "wikimedia",
"env": {
"browser": true,
"jquery": true
"browser": true
},
"globals": {
"$": false,
"mw": false
}
}

View File

@ -3,7 +3,7 @@
*
* @class jQuery.plugin.collapsibleTabs
*/
( function ( $ ) {
( function () {
var isRTL = document.documentElement.dir === 'rtl',
boundEvent = false,
rAF = window.requestAnimationFrame || setTimeout;
@ -228,4 +228,4 @@
* @mixins jQuery.plugin.collapsibleTabs
*/
}( jQuery ) );
}() );

View File

@ -1,7 +1,7 @@
/**
* Vector-specific scripts
*/
jQuery( function ( $ ) {
$( function () {
/**
* Collapsible tabs