Skip to content

Commit

Permalink
anim: Fixing fadeOut return value
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Mar 30, 2010
1 parent ec5548e commit b289d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anim/anim.js
Expand Up @@ -591,7 +591,7 @@
**/
r.fadeIn = function(element, duration, opts){
r.fadeTo(element, 1, duration, opts);
return r.fadeTo(element, 1, duration, opts);
};

/**
Expand Down

0 comments on commit b289d77

Please sign in to comment.