Merge "Fix order on Special:Contributions when timestamps are identical"
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets.datetime / DateTimeFormatter.js
index 87e536d..e8c1b9b 100644 (file)
@@ -1,4 +1,3 @@
-/* eslint-disable no-restricted-properties */
 ( function () {
 
        /**
                        }
                }
 
-               // eslint-disable-next-line jquery/no-each-util
+               // eslint-disable-next-line no-restricted-properties
                if ( v.normalize ) {
-                       // eslint-disable-next-line jquery/no-each-util
+                       // eslint-disable-next-line no-restricted-properties
                        v = v.normalize();
                }
                re = new RegExp( '^\\s*' + v.replace( /([\\{}()|.?*+\-^$\[\]])/g, '\\$1' ), 'i' ); // eslint-disable-line no-useless-escape