Skip to content

Commit

Permalink
change transition.js, rebuild… travis maybe will be happy?
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Sep 20, 2012
1 parent 1716b0f commit ebf94c5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions docs/assets/js/bootstrap-transition.js
Expand Up @@ -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 () {

Expand Down
8 changes: 4 additions & 4 deletions docs/assets/js/bootstrap.js
Expand Up @@ -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 () {

Expand Down

0 comments on commit ebf94c5

Please sign in to comment.