]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add semicolon to end of file while i think about better solution...
authorJacob Thornton <jacobthornton@gmail.com>
Thu, 22 Sep 2011 20:13:55 +0000 (13:13 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Thu, 22 Sep 2011 20:13:55 +0000 (13:13 -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 de52da9bb5170e331096c875bbddbc63e5dc98c7..266029cc47a91e8eb5e1a09de1d8ac4d581f5a33 100644 (file)
     new Alert($('body'), '.alert-message[data-alert] .close')
   })
 
-}( window.jQuery || window.ender )
\ No newline at end of file
+}( window.jQuery || window.ender );
\ No newline at end of file
index 6c2f703015dc638b5f8e3828d8d8c32061e1f850..a3b0b0dfa44613b3a0b77c9b77ece78c49f5050d 100644 (file)
@@ -47,4 +47,4 @@
     })
   }
 
-}( window.jQuery || window.ender )
\ No newline at end of file
+}( window.jQuery || window.ender );
\ No newline at end of file
index e0b77bf251f7b951dd25fbf76cc1e5b3bd4bb7c4..3267560ed7e01748b80c225d0be0346e5b66120a 100644 (file)
     })
   })
 
-}( window.jQuery || window.ender )
\ No newline at end of file
+}( window.jQuery || window.ender );
\ No newline at end of file
index 127f563c6bf80e37b586274e9cb13a9e9df17772..1cf4b8917ad35c1256ef9676ff1f372e80b2264e 100644 (file)
@@ -74,4 +74,4 @@
 
   $.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, { content: 'data-content', placement: 'right'})
 
-}( window.jQuery || window.ender )
\ No newline at end of file
+}( window.jQuery || window.ender );
\ No newline at end of file
index 4b146e58093666ab7eac3330b9c289e7887165dc..5226d9dfe43479f6a3b33a9128b57b55e7cbe0ea 100644 (file)
     $('body').scrollSpy('[data-scrollspy] li > a')
   })
 
-}( window.jQuery || window.ender )
\ No newline at end of file
+}( window.jQuery || window.ender );
\ No newline at end of file
index c98403a2d0b7b87394548bf69b88182fae52b0c5..dece95be66aa0b6f3d0d933cfe2e26e164debd0b 100644 (file)
@@ -59,4 +59,4 @@
     $('body').tabs('ul[data-tabs] li > a, ul[data-pills] > li > a')
   })
 
-}( window.jQuery || window.ender )
\ No newline at end of file
+}( window.jQuery || window.ender );
\ No newline at end of file
index 05b6f071e7f23394af4d82d10854a09270b8b6ae..0144c48158ae764c837e93f333bbed46601856b2 100644 (file)
     return $.metadata ? $.extend({}, options, $(ele).metadata()) : options
   }
 
-}( window.jQuery || window.ender )
\ No newline at end of file
+}( window.jQuery || window.ender );
\ No newline at end of file