Fixed minor bug in jQuery.parse[1] expression.
This commit is contained in:
parent
58b8f1ddb8
commit
a960b2d3b5
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -1784,7 +1784,7 @@ jQuery.extend({
|
||||||
"\\[ *(@)S *([!*$^=]*) *('?\"?)(.*?)\\4 *\\]",
|
"\\[ *(@)S *([!*$^=]*) *('?\"?)(.*?)\\4 *\\]",
|
||||||
|
|
||||||
// Match: [div], [div p]
|
// Match: [div], [div p]
|
||||||
"(\\[)\s*(.*?)\s*\\]",
|
"(\\[)\\s*(.*?)\\s*\\]",
|
||||||
|
|
||||||
// Match: :contains('foo')
|
// Match: :contains('foo')
|
||||||
"(:)S\\(\"?'?([^\\)]*?)\"?'?\\)",
|
"(:)S\\(\"?'?([^\\)]*?)\"?'?\\)",
|
||||||
|
|
Loading…
Reference in a new issue