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 /docs/assets/js/bootstrap-transition.js
parent5b4a29d84e6290a93db98da34b89776a9740e455 (diff)
add semicolons to the end of js files
Diffstat (limited to 'docs/assets/js/bootstrap-transition.js')
-rw-r--r--docs/assets/js/bootstrap-transition.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/js/bootstrap-transition.js b/docs/assets/js/bootstrap-transition.js
index 956350bd0a..0b13eccd4c 100644
--- a/docs/assets/js/bootstrap-transition.js
+++ b/docs/assets/js/bootstrap-transition.js
@@ -47,5 +47,5 @@
})()
})
-
-}( window.jQuery )
+
+}( window.jQuery ); \ No newline at end of file