shim isArray if not exists. correctly report how often this occurs

This commit is contained in:
ansuz
2017-05-15 10:26:52 +02:00
parent bef5aa0b2b
commit 06f3d0eefe
2 changed files with 9 additions and 1 deletions

View File

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