Commit ba6f4f03 authored by Jacob Thornton's avatar Jacob Thornton

lemme smang it giiiirl

parent 89c5eb44
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Designed and built with all the love in the world @twitter by @mdo and @fat. * 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 /* 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). * 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).
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* ========================================================== */ * ========================================================== */
(function( $ ){ !function( $ ){
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874) /* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
* ======================================================= */ * ======================================================= */
...@@ -101,4 +101,4 @@ ...@@ -101,4 +101,4 @@
new Alert($('body'), '.alert-message[data-alert] .close') new Alert($('body'), '.alert-message[data-alert] .close')
}) })
})( window.jQuery || window.ender ) }( window.jQuery || window.ender )
\ No newline at end of file \ No newline at end of file
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* ============================================================ */ * ============================================================ */
(function( $ ){ !function( $ ){
var d = 'a.menu, .dropdown-toggle' var d = 'a.menu, .dropdown-toggle'
...@@ -47,4 +47,4 @@ ...@@ -47,4 +47,4 @@
}) })
} }
})( window.jQuery || window.ender ) }( window.jQuery || window.ender )
\ No newline at end of file \ No newline at end of file
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* ========================================================= */ * ========================================================= */
(function( $ ){ !function( $ ){
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874) /* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
* ======================================================= */ * ======================================================= */
...@@ -228,4 +228,4 @@ ...@@ -228,4 +228,4 @@
}) })
}) })
})( window.jQuery || window.ender ) }( window.jQuery || window.ender )
\ No newline at end of file \ No newline at end of file
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* =========================================================== */ * =========================================================== */
(function( $ ) { !function( $ ) {
var Popover = function ( element, options ) { var Popover = function ( element, options ) {
this.$element = $(element) this.$element = $(element)
...@@ -74,4 +74,4 @@ ...@@ -74,4 +74,4 @@
$.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, { content: 'data-content', placement: 'right'}) $.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, { content: 'data-content', placement: 'right'})
})( window.jQuery || window.ender ) }( window.jQuery || window.ender )
\ No newline at end of file \ No newline at end of file
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* ======================================================== */ * ======================================================== */
(function( $ ){ !function( $ ){
function activate ( element, container ) { function activate ( element, container ) {
container.find('.active').removeClass('active') container.find('.active').removeClass('active')
...@@ -59,4 +59,4 @@ ...@@ -59,4 +59,4 @@
$('body').tabs('ul[data-tabs] li > a, ul[data-pills] > li > a') $('body').tabs('ul[data-tabs] li > a, ul[data-pills] > li > a')
}) })
})( window.jQuery || window.ender ) }( window.jQuery || window.ender )
\ No newline at end of file \ No newline at end of file
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* ========================================================== */ * ========================================================== */
(function( $ ) { !function( $ ) {
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874) /* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
* ======================================================= */ * ======================================================= */
...@@ -304,4 +304,4 @@ ...@@ -304,4 +304,4 @@
return $.metadata ? $.extend({}, options, $(ele).metadata()) : options return $.metadata ? $.extend({}, options, $(ele).metadata()) : options
} }
})( window.jQuery || window.ender ) }( window.jQuery || window.ender )
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment