keep exporting isArray for backwards compatibility

but prevent internal use
pull/1/head
ansuz 8 years ago
parent fbebbf0dca
commit c7eae9675b

@ -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

Loading…
Cancel
Save