aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-button.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-13 18:41:02 -0800
committerJacob Thornton <[email protected]>2012-02-13 18:41:02 -0800
commit6e77c9d1233c1621deeaa2dd00e6eca3fd618610 (patch)
tree90500b6ba1564e568a32433e36d5d89e6c651ae4 /js/bootstrap-button.js
parent5b4a29d84e6290a93db98da34b89776a9740e455 (diff)
downloadbootstrap-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.js2
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