diff options
| author | Jacob Thornton <[email protected]> | 2012-02-13 18:41:02 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-13 18:41:02 -0800 |
| commit | 6e77c9d1233c1621deeaa2dd00e6eca3fd618610 (patch) | |
| tree | 90500b6ba1564e568a32433e36d5d89e6c651ae4 /js/bootstrap-button.js | |
| parent | 5b4a29d84e6290a93db98da34b89776a9740e455 (diff) | |
| download | bootstrap-6e77c9d1233c1621deeaa2dd00e6eca3fd618610.tar.xz bootstrap-6e77c9d1233c1621deeaa2dd00e6eca3fd618610.zip | |
add semicolons to the end of js files
Diffstat (limited to 'js/bootstrap-button.js')
| -rw-r--r-- | js/bootstrap-button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-button.js b/js/bootstrap-button.js index a3f4657e8..89101ed7b 100644 --- a/js/bootstrap-button.js +++ b/js/bootstrap-button.js @@ -95,4 +95,4 @@ }) }) -}( window.jQuery ) +}( window.jQuery );
\ No newline at end of file |
