4 var parentheses = (123);
25 // issue #28 : comma first
34 // issue #31: multiple var declaration + function expression = wrong indent
37 // A central reference to the root jQuery(document)
40 // Define a local copy of jQuery
41 jQuery = function(selector, context) {
42 // The jQuery object is actually just the init constructor 'enhanced'
43 return new jQuery.fn.init(selector, context, rootjQuery);