mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Escape RegExp braces to sooth JSLint's temper.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(function( jQuery ) {
|
||||
|
||||
var windowData = {},
|
||||
rbrace = /^(?:{.*}|\[.*\])$/;
|
||||
rbrace = /^(?:\{.*\}|\[.*\])$/;
|
||||
|
||||
jQuery.extend({
|
||||
cache: {},
|
||||
|
||||
Reference in New Issue
Block a user