Skip to content
Permalink
Browse files
fix little typo in comment
  • Loading branch information
Ed Engelhardt committed Jul 5, 2007
1 parent f70010b commit 28a8020
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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);

0 comments on commit 28a8020

Please sign in to comment.