Drop mediawiki.dic, useless and poorly updated
[lhc/web/wiklou.git] / resources / src / mediawiki.inspect.js
index 849ccbc..a500226 100644 (file)
 
                style.textContent = css;
                document.body.appendChild( style );
-               // eslint-disable-next-line jquery/no-each-util
+               // eslint-disable-next-line no-jquery/no-each-util
                $.each( style.sheet.cssRules, function ( index, rule ) {
                        selectors.total++;
                        // document.querySelector() on prefixed pseudo-elements can throw exceptions