Re-work the document scoping.
[jquery.git] / src / intro.js
index 433f8bc..cb15705 100644 (file)
@@ -15,3 +15,5 @@
  */
 (function( window, undefined ) {
 
+// Use the correct document accordingly with window argument (sandbox)
+var document = window.document;