mediawiki-extensions-Popups/resources
Bartosz Dziewoński b63d2262f8 Don't use ES6 Number.isNaN
Number.isNaN is a new function introduced in ECMAScript 6.
MediaWiki only requires ECMAScript 5 supports from browsers.
Notably, Opera 12 does not have Number.isNaN. Instead, use
the global isNaN function (which behaves the same except for
non-numeric inputs).

Change-Id: If436cd26b21ce0336dfbc37144f6226e7b948e5e
2017-08-28 21:22:07 +02:00
..
dist Don't use ES6 Number.isNaN 2017-08-28 21:22:07 +02:00
ext.popups Remove obsolete vendor prefixed properties and at-rules 2017-07-31 21:39:42 +02:00
ext.popups.images Optimise SVGs with svgo 2017-04-26 17:15:45 +01:00