programming is hard okay

This commit is contained in:
ansuz 2017-04-25 18:28:39 +02:00
parent 3309087277
commit 74bcec8b31

View File

@ -1190,7 +1190,7 @@ define([
feedback("NO_PROXIES");
}
if (typeof(Array.isArray) === 'function') {
if (typeof(Array.isArray) !== 'function') {
feedback("NO_ISARRAY");
}