X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fintro.js;h=cb15705a620b82c3c7821b25c489a2e93b6645ef;hb=f5d4bf8920868c2d1f88cc4f3bfcf85c0b566b2e;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;