X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fcore.js;h=7bc0fb9095206ddd25f00370530f2ef188b82011;hb=19b5d9e874bbd97d03d9e0561a70711e2bf91fcb;hp=53d69ca86022a8bc2d32adf7707c1da2dff78923;hpb=9ad7c21e701f827e108de038ff704f1e9b7022da;p=jquery.git diff --git a/src/core.js b/src/core.js index 53d69ca..7bc0fb9 100644 --- a/src/core.js +++ b/src/core.js @@ -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,