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-popover.js
parent5b4a29d84e6290a93db98da34b89776a9740e455 (diff)
add semicolons to the end of js files
Diffstat (limited to 'docs/assets/js/bootstrap-popover.js')
-rw-r--r--docs/assets/js/bootstrap-popover.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap-popover.js b/docs/assets/js/bootstrap-popover.js
index 35ff9d0ab6..4df81fee94 100644
--- a/docs/assets/js/bootstrap-popover.js
+++ b/docs/assets/js/bootstrap-popover.js
@@ -92,4 +92,4 @@
, template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
})
-}( window.jQuery )
+}( window.jQuery ); \ No newline at end of file