We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa4200 commit 1762dc2Copy full SHA for 1762dc2
src/core.js
@@ -24,7 +24,10 @@ var jQuery = window.jQuery = window.$ = function( selector, context ) {
24
var quickExpr = /^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,
25
26
// Is it a simple selector
27
- isSimple = /^.[^:#\[\.]*$/;
+ isSimple = /^.[^:#\[\.]*$/,
28
+
29
+// Will speed up references to undefined, and allows munging its name.
30
+ undefined;
31
32
jQuery.fn = jQuery.prototype = {
33
init: function( selector, context ) {
0 commit comments