programming is hard okay

pull/1/head
ansuz 2017-04-25 18:28:39 +02:00
parent 3309087277
commit 74bcec8b31
1 changed files with 1 additions and 1 deletions

View File

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