When a native browser event is bubbling up the DOM, make sure that the correct isDefa...
[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;