aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-modal.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-16 11:09:26 -0700
committerJacob Thornton <[email protected]>2011-09-16 11:09:26 -0700
commitf0d5caf0547da84c8e3b80e704510a36d8a4e39b (patch)
treeb6da1399c17d763f32881354c75ea7702b7e8834 /js/bootstrap-modal.js
parentd1b594db7a7307efd7de29a2875046166c69a76f (diff)
downloadbootstrap-f0d5caf0547da84c8e3b80e704510a36d8a4e39b.tar.xz
bootstrap-f0d5caf0547da84c8e3b80e704510a36d8a4e39b.zip
check for jquery/ender on window
Diffstat (limited to 'js/bootstrap-modal.js')
-rw-r--r--js/bootstrap-modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js
index 41a7a4115..da6706073 100644
--- a/js/bootstrap-modal.js
+++ b/js/bootstrap-modal.js
@@ -224,4 +224,4 @@
})
})
-})( jQuery || ender ) \ No newline at end of file
+})( window.jQuery || window.ender ) \ No newline at end of file