Commit 68605bdd authored by Jacob Thornton's avatar Jacob Thornton

add semicolon to end of file while i think about better solution...

parent 46958b2b
...@@ -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
...@@ -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
...@@ -235,4 +235,4 @@ ...@@ -235,4 +235,4 @@
}) })
}) })
}( window.jQuery || window.ender ) }( window.jQuery || window.ender );
\ No newline at end of file \ No newline at end of file
...@@ -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
...@@ -102,4 +102,4 @@ ...@@ -102,4 +102,4 @@
$('body').scrollSpy('[data-scrollspy] li > a') $('body').scrollSpy('[data-scrollspy] li > a')
}) })
}( window.jQuery || window.ender ) }( window.jQuery || window.ender );
\ No newline at end of file \ No newline at end of file
...@@ -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
...@@ -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