keep exporting isArray for backwards compatibility

but prevent internal use
This commit is contained in:
ansuz 2017-04-14 15:34:05 +02:00
parent fbebbf0dca
commit c7eae9675b

View File

@ -221,7 +221,7 @@ define([
return typeof getUserHash() === "string"; return typeof getUserHash() === "string";
}; };
var isArray = common.isArray = $.isArray; common.isArray = $.isArray;
/* /*
* localStorage formatting * localStorage formatting