Re-work the document scoping.
[jquery.git] / src / core.js
index 53d69ca..7bc0fb9 100644 (file)
@@ -12,9 +12,6 @@ var jQuery = function( selector, context ) {
        // Map over the $ in case of overwrite
        _$ = window.$,
 
-       // Use the correct document accordingly with window argument (sandbox)
-       //document = window.document,
-
        // A central reference to the root jQuery(document)
        rootjQuery,