]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
check for jquery/ender on window
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 16 Sep 2011 18:09:26 +0000 (11:09 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 16 Sep 2011 18:09:26 +0000 (11:09 -0700)
js/bootstrap-alerts.js
js/bootstrap-dropdown.js
js/bootstrap-modal.js
js/bootstrap-popover.js
js/bootstrap-scrollspy.js
js/bootstrap-tabs.js
js/bootstrap-twipsy.js

index 6b284690b623367f6931a490f9ddb040c2d9d4f4..82bcac5246e3862f230447705cd2995d56e30ceb 100644 (file)
     new Alert($('body'), '.alert-message[data-alert] .close')
   })
 
-})( jQuery || ender )
\ No newline at end of file
+})( window.jQuery || window.ender )
\ No newline at end of file
index a64e3821cba0d31e1337e41b1c662354d14cf107..ca2daf1f5612c5faf71b92400f04de98196490c4 100644 (file)
@@ -47,4 +47,4 @@
     })
   }
 
-})( jQuery || ender )
\ No newline at end of file
+})( window.jQuery || window.ender )
\ No newline at end of file
index 41a7a4115c4f66a89c30acb7860a2500a523eaca..da67060731c80cc8e624d5e0bb58ffd0fa0fdfdb 100644 (file)
     })
   })
 
-})( jQuery || ender )
\ No newline at end of file
+})( window.jQuery || window.ender )
\ No newline at end of file
index 2d5ed9a1991e033ff400f717e96dcf46cb904811..e41090a3b3274842c9196bd60b65ece34922e3d8 100644 (file)
@@ -74,4 +74,4 @@
 
   $.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, { content: 'data-content', placement: 'right'})
 
-})( jQuery || ender )
\ No newline at end of file
+})( window.jQuery || window.ender )
\ No newline at end of file
index 7d9bf7b6c28acec6817be52f99cd4051b99532e2..4b146e58093666ab7eac3330b9c289e7887165dc 100644 (file)
     $('body').scrollSpy('[data-scrollspy] li > a')
   })
 
-}( jQuery || ender )
\ No newline at end of file
+}( window.jQuery || window.ender )
\ No newline at end of file
index 7bac0bc6010b65aa0556275c5e4e38ac7a7da76e..807b366a354de2f9ab5180b3619ee5d7095a715a 100644 (file)
@@ -59,4 +59,4 @@
     $('body').tabs('ul[data-tabs] li > a, ul[data-pills] > li > a')
   })
 
-})( jQuery || ender )
\ No newline at end of file
+})( window.jQuery || window.ender )
\ No newline at end of file
index 5ac73291b7e3d298d69c4fe1964b944f236456dd..bc92f97fe16d572d54e5d64ae78cc36b1845b3f1 100644 (file)
     return $.metadata ? $.extend({}, options, $(ele).metadata()) : options
   }
 
-})( jQuery || ender )
\ No newline at end of file
+})( window.jQuery || window.ender )
\ No newline at end of file