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:
Diffstat (limited to 'js/transition.js')
-rw-r--r--js/transition.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/transition.js b/js/transition.js
index 773dbe6939..5be3b01d43 100644
--- a/js/transition.js
+++ b/js/transition.js
@@ -18,7 +18,7 @@
* ======================================================================== */
-+function ($) { "use strict";
++function ($) { 'use strict';
// CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
// ============================================================