mediawiki-extensions-WikiEd.../modules
Fomafix 24ee938095 Replace deprecated jQuery.isArray with Array.isArray
jQuery.isArray was deprecated in jQuery 3.2.0. [1]

Array.isArray is part of ES5 and MediaWiki 1.29+ which ensures that
JavaScript is only used when the browser supports ES5. (T128115)

Performed using:
find . -type f -name \*.js -exec sed -i -e 's/\$\.isArray/Array.isArray/g' {} \;

[1] https://blog.jquery.com/2017/03/16/jquery-3-2-0-is-out/
[2] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray#Browser_compatibility

Change-Id: Ia1a118fefb23761fe297647442f0a598a9488968
2017-04-26 16:04:51 +00:00
..
images Merge "Revert "Compress PNGs with zopflipng"" 2016-02-28 00:29:33 +00:00
templates WikiEditor: Move HTML for dialogs to separate files 2015-08-14 13:07:27 +00:00
ext.wikiEditor.dialogs.js Replace deprecated jQuery bind() and size() 2016-11-21 18:23:50 -08:00
ext.wikiEditor.js build: Test JS code with jshint and jscs via npm 2015-11-18 12:06:36 +00:00
ext.wikiEditor.less Avoid flash of content when hiding editHelp and the pipe separator 2016-05-25 11:26:13 +00:00
ext.wikiEditor.preview.js Replace deprecated jQuery bind() and size() 2016-11-21 18:23:50 -08:00
ext.wikiEditor.publish.js Replace deprecated jQuery bind() and size() 2016-11-21 18:23:50 -08:00
ext.wikiEditor.toolbar.js Replace deprecated jQuery bind() and size() 2016-11-21 18:23:50 -08:00
ext.wikiEditor.toolbar.styles.less Replace jshint/jscs with eslint/stylelint 2016-11-21 21:02:38 +00:00
jquery.wikiEditor.dialogs.config.js Replace deprecated jQuery.isArray with Array.isArray 2017-04-26 16:04:51 +00:00
jquery.wikiEditor.dialogs.config.less Replace jshint/jscs with eslint/stylelint 2016-11-21 21:02:38 +00:00
jquery.wikiEditor.dialogs.js Replace deprecated jQuery.isArray with Array.isArray 2017-04-26 16:04:51 +00:00
jquery.wikiEditor.dialogs.less Replace jshint/jscs with eslint/stylelint 2016-11-21 21:02:38 +00:00
jquery.wikiEditor.html Style code 2015-03-14 15:49:04 +00:00
jquery.wikiEditor.js Replace deprecated jQuery.isArray with Array.isArray 2017-04-26 16:04:51 +00:00
jquery.wikiEditor.less build: Update stylelint to 0.4.1 2017-03-20 14:39:18 +00:00
jquery.wikiEditor.preview.js Replace deprecated jQuery.isArray with Array.isArray 2017-04-26 16:04:51 +00:00
jquery.wikiEditor.preview.less Replace jshint/jscs with eslint/stylelint 2016-11-21 21:02:38 +00:00
jquery.wikiEditor.publish.js Replace deprecated jQuery.isArray with Array.isArray 2017-04-26 16:04:51 +00:00
jquery.wikiEditor.toolbar.config.js Replace jshint/jscs with eslint/stylelint 2016-11-21 21:02:38 +00:00
jquery.wikiEditor.toolbar.js Replace deprecated jQuery bind() and size() 2016-11-21 18:23:50 -08:00
jquery.wikiEditor.toolbar.less Replace jshint/jscs with eslint/stylelint 2016-11-21 21:02:38 +00:00