Skip to content

Commit ebf94c5

Browse files
committed
change transition.js, rebuild… travis maybe will be happy?
1 parent 1716b0f commit ebf94c5

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

docs/assets/js/bootstrap-transition.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
!function ($) {
2222

23-
$(function () {
23+
"use strict"; // jshint ;_;
2424

25-
"use strict"; // jshint ;_;
2625

26+
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
27+
* ======================================================= */
2728

28-
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
29-
* ======================================================= */
29+
$(function () {
3030

3131
$.support.transition = (function () {
3232

docs/assets/js/bootstrap.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
!function ($) {
2222

23-
$(function () {
23+
"use strict"; // jshint ;_;
2424

25-
"use strict"; // jshint ;_;
2625

26+
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
27+
* ======================================================= */
2728

28-
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
29-
* ======================================================= */
29+
$(function () {
3030

3131
$.support.transition = (function () {
3232

0 commit comments

Comments
 (0)