* 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).
* ========================================================== */
-(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
* ============================================================ */
-(function( $ ){
+!function( $ ){
var d = 'a.menu, .dropdown-toggle'
})
}
-})( window.jQuery || window.ender )
\ No newline at end of file
+}( window.jQuery || window.ender )
\ No newline at end of file
* ========================================================= */
-(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
* =========================================================== */
-(function( $ ) {
+!function( $ ) {
var Popover = function ( element, options ) {
this.$element = $(element)
$.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
* ======================================================== */
-(function( $ ){
+!function( $ ){
function activate ( element, container ) {
container.find('.active').removeClass('active')
$('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
* ========================================================== */
-(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