aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/bootstrap.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-09-20 16:50:36 -0700
committerJacob Thornton <[email protected]>2012-09-20 16:50:36 -0700
commitebf94c53a5497ff6d2aa353027d3a2ac3b67b18a (patch)
tree53a28849e1ceb8b19c9697bc5d9dad3a32eacf72 /docs/assets/js/bootstrap.js
parent1716b0fdb5023ff45f0d28e5266db053aa64ccc6 (diff)
downloadbootstrap-ebf94c53a5497ff6d2aa353027d3a2ac3b67b18a.tar.xz
bootstrap-ebf94c53a5497ff6d2aa353027d3a2ac3b67b18a.zip
change transition.js, rebuild… travis maybe will be happy?
Diffstat (limited to 'docs/assets/js/bootstrap.js')
-rw-r--r--docs/assets/js/bootstrap.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js
index b6497686d..5a5022be1 100644
--- a/docs/assets/js/bootstrap.js
+++ b/docs/assets/js/bootstrap.js
@@ -20,13 +20,13 @@
!function ($) {
- $(function () {
+ "use strict"; // jshint ;_;
- "use strict"; // jshint ;_;
+ /* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
+ * ======================================================= */
- /* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
- * ======================================================= */
+ $(function () {
$.support.transition = (function () {