Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-02-14 06:41:02 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-02-14 06:41:02 +0400
commit6e77c9d1233c1621deeaa2dd00e6eca3fd618610 (patch)
tree90500b6ba1564e568a32433e36d5d89e6c651ae4 /js/bootstrap-tab.js
parent5b4a29d84e6290a93db98da34b89776a9740e455 (diff)
add semicolons to the end of js files
Diffstat (limited to 'js/bootstrap-tab.js')
-rw-r--r--js/bootstrap-tab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-tab.js b/js/bootstrap-tab.js
index f19db5da1e..78258c6a07 100644
--- a/js/bootstrap-tab.js
+++ b/js/bootstrap-tab.js
@@ -127,4 +127,4 @@
})
})
-}( window.jQuery )
+}( window.jQuery ); \ No newline at end of file