Tweaked the data number RegExp some to handle some other edge cases.
This commit is contained in:
parent
4a46f3d7fb
commit
d5d4e4df65
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
(function( jQuery ) {
|
||||
|
||||
var windowData = {},
|
||||
rnum = /^-?[0-9.]+$/;
|
||||
rnum = /^-?\d+(?:\.\d+)$/;
|
||||
|
||||
jQuery.extend({
|
||||
cache: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue