X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fintro.js;h=cb15705a620b82c3c7821b25c489a2e93b6645ef;hb=c27d5ca6f5b69818c48fdc9b0f988790653fb1a5;hp=433f8bc8b55699bbcccf105e9a6f6166b56f2524;hpb=323270f6dcc4fdbef0e6d81f5e37b315fbffc599;p=jquery.git diff --git a/src/intro.js b/src/intro.js index 433f8bc..cb15705 100644 --- a/src/intro.js +++ b/src/intro.js @@ -15,3 +15,5 @@ */ (function( window, undefined ) { +// Use the correct document accordingly with window argument (sandbox) +var document = window.document;