Escape RegExp braces to sooth JSLint's temper.

This commit is contained in:
jeresig 2010-09-21 08:53:34 -04:00
parent 8ebb9b22df
commit 3a0a352883

View file

@ -1,7 +1,7 @@
(function( jQuery ) {
var windowData = {},
rbrace = /^(?:{.*}|\[.*\])$/;
rbrace = /^(?:\{.*\}|\[.*\])$/;
jQuery.extend({
cache: {},