mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 13:38:27 -05:00
fix little typo in comment
This commit is contained in:
@@ -193,7 +193,7 @@ jQuery.extend({
|
||||
t = " " + t.substr(1,t.length);
|
||||
|
||||
} else {
|
||||
// Optomize for the case nodeName#idName
|
||||
// Optimize for the case nodeName#idName
|
||||
var re2 = new RegExp("^(" + jQuery.chars + "+)(#)(" + jQuery.chars + "+)");
|
||||
var m = re2.exec(t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user