Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
moved support define out of domready
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 28, 2011
1 parent 5bd194b commit 75f2cd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/bootstrap-twipsy.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@

var transitionEnd

!$.support && ($.support = {})

$(document).ready(function () {

!$.support && ($.support = {})
$.support.transition = (function () {
var thisBody = document.body || document.documentElement
, thisStyle = thisBody.style
Expand Down

0 comments on commit 75f2cd4

Please sign in to comment.