keep exporting isArray for backwards compatibility
but prevent internal usepull/1/head
parent
fbebbf0dca
commit
c7eae9675b
|
@ -221,7 +221,7 @@ define([
|
|||
return typeof getUserHash() === "string";
|
||||
};
|
||||
|
||||
var isArray = common.isArray = $.isArray;
|
||||
common.isArray = $.isArray;
|
||||
|
||||
/*
|
||||
* localStorage formatting
|
||||
|
|
Loading…
Reference in New Issue