]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove trailing semicolons - we'll be hosting minified files with semicolons - no...
authorJacob Thornton <jacobthornton@gmail.com>
Mon, 28 Nov 2011 00:01:26 +0000 (16:01 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Mon, 28 Nov 2011 00:01:26 +0000 (16:01 -0800)
js/bootstrap-alerts.js
js/bootstrap-buttons.js
js/bootstrap-dropdown.js
js/bootstrap-modal.js
js/bootstrap-popover.js
js/bootstrap-tabs.js
js/bootstrap-twipsy.js

index fabafa4f921015623fac6d7e16fe4db015147b13..5f600ba1ff28260add22511ed64b757535041155 100644 (file)
@@ -73,4 +73,4 @@
     $('body').delegate(dismiss, 'click.alert.data-api', Alert.prototype.close)
   })
 
-}( window.jQuery || window.ender );
\ No newline at end of file
+}( window.jQuery || window.ender )
\ No newline at end of file
index 82d80df2d9acf1af347165f069b7187976d70501..1cafe4d6889fcbf022ff223712f770cb87730f44 100644 (file)
@@ -93,4 +93,4 @@
     })
   })
 
-}( window.jQuery || window.ender );
\ No newline at end of file
+}( window.jQuery || window.ender )
\ No newline at end of file
index 4526a9203b0a30a980cc3e9b360f463aeab690be..7259284bfedf3f2bd55a57215497aeb74900c76a 100644 (file)
@@ -70,4 +70,4 @@
     $('body').delegate(toggle, 'click.dropdown.data-api', Dropdown.prototype.toggle)
   })
 
-}( window.jQuery || window.ender );
\ No newline at end of file
+}( window.jQuery || window.ender )
\ No newline at end of file
index 2860c8a518f5cfe7098edcb9c116d2b80c117e54..dab67d1b237d1a2d2a3627d7a266221efe0fa60d 100644 (file)
     })
   })
 
-}( window.jQuery || window.ender );
\ No newline at end of file
+}( window.jQuery || window.ender )
\ No newline at end of file
index 934ab0545334c274ed845d1aa2fe80b185f02f2e..3c67b18fc230b09797dd208b84cbe49753384363 100644 (file)
@@ -91,4 +91,4 @@
 
   $.fn.twipsy.rejectAttrOptions.push( 'content' )
 
-}( window.jQuery || window.ender );
\ No newline at end of file
+}( window.jQuery || window.ender )
\ No newline at end of file
index 35418fd447006f084f488cdbf3ad769b4f7ca0af..bd49e130f221c7cddbf9d29e7ff9e7869a003280 100644 (file)
@@ -77,4 +77,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 3cb9841c52e3c89041307f521c4f48077835445e..fe4469a232f5824592d9587f348f1a729c9eaa08 100644 (file)
     return $.extend({}, options, data)
   }
 
-}( window.jQuery || window.ender );
\ No newline at end of file
+}( window.jQuery || window.ender )
\ No newline at end of file