keep exporting isArray for backwards compatibility
but prevent internal use
This commit is contained in:
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…
x
Reference in New Issue
Block a user