Skip to content

Commit

Permalink
Merge branch 'master' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesherov committed Nov 25, 2012
2 parents 37a6de8 + 0ec9e7b commit fa16b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects.js
Expand Up @@ -22,7 +22,7 @@ var fxNow, timerId,
// Iteratively approximate from a nonzero starting point // Iteratively approximate from a nonzero starting point
// Prefer the current property, because this process will be trivial if it uses the same units // Prefer the current property, because this process will be trivial if it uses the same units
// Fallback to end or a simple constant // Fallback to end or a simple constant
start = jQuery.css( tween.elem, prop, true ) || end || 1; start = jQuery.css( tween.elem, prop, true ) || end || 1;


do { do {
// If previous iteration zeroed out, double until we get *something* // If previous iteration zeroed out, double until we get *something*
Expand Down

0 comments on commit fa16b90

Please sign in to comment.