Skip to content
Permalink
Browse files
Fixed minor bug in jQuery.parse[1] expression.
  • Loading branch information
jeresig committed Dec 23, 2006
1 parent 58b8f1d commit a960b2d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1784,7 +1784,7 @@ jQuery.extend({
"\\[ *(@)S *([!*$^=]*) *('?\"?)(.*?)\\4 *\\]",

// Match: [div], [div p]
"(\\[)\s*(.*?)\s*\\]",
"(\\[)\\s*(.*?)\\s*\\]",

// Match: :contains('foo')
"(:)S\\(\"?'?([^\\)]*?)\"?'?\\)",

0 comments on commit a960b2d

Please sign in to comment.