Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
yflory 2017-04-25 18:42:33 +02:00
commit 6a8274518b
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");
}