]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
lemme smang it giiiirl
authorJacob Thornton <jacobthornton@gmail.com>
Mon, 19 Sep 2011 02:05:21 +0000 (19:05 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Mon, 19 Sep 2011 02:05:21 +0000 (19:05 -0700)
bootstrap.css
js/bootstrap-alerts.js
js/bootstrap-dropdown.js
js/bootstrap-modal.js
js/bootstrap-popover.js
js/bootstrap-tabs.js
js/bootstrap-twipsy.js

index 11401b36bda193eefde972134e47617800aff336..69c53f484d5554857433890e92e230b34400d3dc 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Sep 17 18:25:32 PDT 2011
+ * Date: Sun Sep 18 14:19:52 PDT 2011
  */
 /* Reset.less
  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here      that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
index 82bcac5246e3862f230447705cd2995d56e30ceb..de52da9bb5170e331096c875bbddbc63e5dc98c7 100644 (file)
@@ -18,7 +18,7 @@
  * ========================================================== */
 
 
-(function( $ ){
+!function( $ ){
 
   /* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
    * ======================================================= */
     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 ca2daf1f5612c5faf71b92400f04de98196490c4..6c2f703015dc638b5f8e3828d8d8c32061e1f850 100644 (file)
@@ -18,7 +18,7 @@
  * ============================================================ */
 
 
-(function( $ ){
+!function( $ ){
 
   var d = 'a.menu, .dropdown-toggle'
 
@@ -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 d3e293ca838c8248be907450b1e71edee555a633..8b0ac2d02f0dd401dc36b33a21fbf27d20bd9d1f 100644 (file)
@@ -18,7 +18,7 @@
  * ========================================================= */
 
 
-(function( $ ){
+!function( $ ){
 
  /* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
   * ======================================================= */
     })
   })
 
-})( window.jQuery || window.ender )
\ No newline at end of file
+}( window.jQuery || window.ender )
\ No newline at end of file
index e41090a3b3274842c9196bd60b65ece34922e3d8..9964a28b5764fc42caeba41590e7d7d725837fee 100644 (file)
@@ -18,7 +18,7 @@
  * =========================================================== */
 
 
-(function( $ ) {
+!function( $ ) {
 
   var Popover = function ( element, options ) {
     this.$element = $(element)
@@ -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 807b366a354de2f9ab5180b3619ee5d7095a715a..1426d30ed535f2a074a1952edbf88847adbade96 100644 (file)
@@ -18,7 +18,7 @@
  * ======================================================== */
 
 
-(function( $ ){
+!function( $ ){
 
   function activate ( element, container ) {
     container.find('.active').removeClass('active')
@@ -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 bc92f97fe16d572d54e5d64ae78cc36b1845b3f1..05b6f071e7f23394af4d82d10854a09270b8b6ae 100644 (file)
@@ -19,7 +19,7 @@
  * ========================================================== */
 
 
-(function( $ ) {
+!function( $ ) {
 
  /* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
   * ======================================================= */
     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