diff options
| author | Jacob Thornton <[email protected]> | 2011-09-22 13:13:55 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-22 13:13:55 -0700 |
| commit | 68605bdd51760a929cc661607f06f479c53b0bee (patch) | |
| tree | 0a5c2b4d52876c9b03b99b704df61d3280cf8679 /js/bootstrap-alerts.js | |
| parent | 46958b2b67102ccd599dca377556848795913091 (diff) | |
| download | bootstrap-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.js | 2 |
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 |
