Escape RegExp braces to sooth JSLint's temper.
This commit is contained in:
parent
8ebb9b22df
commit
3a0a352883
|
@ -1,7 +1,7 @@
|
||||||
(function( jQuery ) {
|
(function( jQuery ) {
|
||||||
|
|
||||||
var windowData = {},
|
var windowData = {},
|
||||||
rbrace = /^(?:{.*}|\[.*\])$/;
|
rbrace = /^(?:\{.*\}|\[.*\])$/;
|
||||||
|
|
||||||
jQuery.extend({
|
jQuery.extend({
|
||||||
cache: {},
|
cache: {},
|
||||||
|
|
Loading…
Reference in a new issue