mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove "technique"
This commit is contained in:
parent
8ea8c312ea
commit
30b3f47e31
3 changed files with 2 additions and 2 deletions
Binary file not shown.
2
docs/assets/js/bootstrap-transition.js
vendored
2
docs/assets/js/bootstrap-transition.js
vendored
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
/* CSS TRANSITION SUPPORT (technique from http://www.modernizr.com/)
|
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
|
||||||
* ======================================================= */
|
* ======================================================= */
|
||||||
|
|
||||||
$.support.transition = (function () {
|
$.support.transition = (function () {
|
||||||
|
|
2
js/bootstrap-transition.js
vendored
2
js/bootstrap-transition.js
vendored
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
/* CSS TRANSITION SUPPORT (technique from http://www.modernizr.com/)
|
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
|
||||||
* ======================================================= */
|
* ======================================================= */
|
||||||
|
|
||||||
$.support.transition = (function () {
|
$.support.transition = (function () {
|
||||||
|
|
Loading…
Reference in a new issue