Make sure that the data- import also supports arrays.
This commit is contained in:
parent
e7c2d3b45b
commit
1f8a5e4bbc
2 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
var windowData = {},
|
||||
rnum = /^-?\d+(?:\.\d+)$/,
|
||||
rbrace = /^{.*}$/;
|
||||
rbrace = /^(?:{.*}|\[.*\])$/;
|
||||
|
||||
jQuery.extend({
|
||||
cache: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue