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>2011-11-28 04:01:26 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-11-28 04:01:26 +0400
commit3925ea9986e70f5a87883563c47c8ecd3d631c02 (patch)
tree3ee9ecac4b89421acb2d5a2c1180adaf781c24d0 /js/bootstrap-modal.js
parent3157de8d1d4b69c0f5152b4a784bd185f76c9ac4 (diff)
remove trailing semicolons - we'll be hosting minified files with semicolons - no reason to make the dev source ugly
Diffstat (limited to 'js/bootstrap-modal.js')
-rw-r--r--js/bootstrap-modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js
index 2860c8a518..dab67d1b23 100644
--- a/js/bootstrap-modal.js
+++ b/js/bootstrap-modal.js
@@ -199,4 +199,4 @@
})
})
-}( window.jQuery || window.ender ); \ No newline at end of file
+}( window.jQuery || window.ender ) \ No newline at end of file