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-03-29 23:48:37 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-03-29 23:48:37 +0400
commit30b3f47e31487b9f7db6a42ed633597c3f5e764c (patch)
treee3625530017e53bd6a711afe6a2a465aa20eaa1f /docs/assets/js/bootstrap-transition.js
parent8ea8c312ea631ec7f8c80ae8751da18e93094a4e (diff)
remove "technique"
Diffstat (limited to 'docs/assets/js/bootstrap-transition.js')
-rw-r--r--docs/assets/js/bootstrap-transition.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap-transition.js b/docs/assets/js/bootstrap-transition.js
index 7b0113484c..028b03c848 100644
--- a/docs/assets/js/bootstrap-transition.js
+++ b/docs/assets/js/bootstrap-transition.js
@@ -24,7 +24,7 @@
"use strict"
- /* CSS TRANSITION SUPPORT (technique from http://www.modernizr.com/)
+ /* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
* ======================================================= */
$.support.transition = (function () {