aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-alerts.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-22 13:13:55 -0700
committerJacob Thornton <[email protected]>2011-09-22 13:13:55 -0700
commit68605bdd51760a929cc661607f06f479c53b0bee (patch)
tree0a5c2b4d52876c9b03b99b704df61d3280cf8679 /js/bootstrap-alerts.js
parent46958b2b67102ccd599dca377556848795913091 (diff)
downloadbootstrap-68605bdd51760a929cc661607f06f479c53b0bee.tar.xz
bootstrap-68605bdd51760a929cc661607f06f479c53b0bee.zip
add semicolon to end of file while i think about better solution...
Diffstat (limited to 'js/bootstrap-alerts.js')
-rw-r--r--js/bootstrap-alerts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-alerts.js b/js/bootstrap-alerts.js
index de52da9bb..266029cc4 100644
--- a/js/bootstrap-alerts.js
+++ b/js/bootstrap-alerts.js
@@ -101,4 +101,4 @@
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