mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 06:55:27 -05:00
Fixing the problem with data-* based numbers as mention by @jasonwebster in 20673d7.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(function( jQuery ) {
|
||||
|
||||
var windowData = {},
|
||||
rnum = /^-?[0-9.]$/;
|
||||
rnum = /^-?[0-9.]+$/;
|
||||
|
||||
jQuery.extend({
|
||||
cache: {},
|
||||
|
||||
Reference in New Issue
Block a user