MediaWiki:Gadget-defaultVisibilityToggles.js: Difference between revisions
No edit summary Tags: Reverted Mobile edit Mobile web edit |
Tag: Undo |
||
| Line 1: | Line 1: | ||
/* jshint undef: true, esversion: 5 */ | /* jshint undef: true, esversion: 5 */ | ||
/* globals $, jQuery, mw, window, getComputedStyle */ | /* globals $, jQuery, mw, window, getComputedStyle */ | ||
(function defaultVisibilityTogglesIIFE() { | mw.loader.using(['mediawiki.util', 'mediawiki.storage', 'jquery'], function () { | ||
$(function defaultVisibilityTogglesIIFE() { | |||
"use strict"; | "use strict"; | ||
| Line 529: | Line 529: | ||
}); | }); | ||
})(); | })(); | ||
}); | |||