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