X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fintro.js;h=a75f3112f6bbf4843ae1049b921e5b835f76505f;hb=3e0cc815043c2425819743e907a0ce263a7ce164;hp=433f8bc8b55699bbcccf105e9a6f6166b56f2524;hpb=323270f6dcc4fdbef0e6d81f5e37b315fbffc599;p=jquery.git diff --git a/src/intro.js b/src/intro.js index 433f8bc..a75f311 100644 --- a/src/intro.js +++ b/src/intro.js @@ -11,7 +11,9 @@ * Copyright 2010, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. * - * Date: + * Date: @DATE */ (function( window, undefined ) { +// Use the correct document accordingly with window argument (sandbox) +var document = window.document;