mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 00:35:10 -05:00
Make sure that the data- import also supports arrays.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
var windowData = {},
|
||||
rnum = /^-?\d+(?:\.\d+)$/,
|
||||
rbrace = /^{.*}$/;
|
||||
rbrace = /^(?:{.*}|\[.*\])$/;
|
||||
|
||||
jQuery.extend({
|
||||
cache: {},
|
||||
|
||||
Reference in New Issue
Block a user