Changeset 509

Show
Ignore:
Timestamp:
01/15/06 12:08:19 (3 years ago)
Author:
therve@gmail.com
Message:

Bug in Fade

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mochikit/branches/scriptaculous/MochiKit/Effects.js

    r508 r509  
    682682        to: 0.0, 
    683683        afterFinishInternal: function (effect) { 
    684             if (!effect.options.to) { 
     684            if (effect.options.to !== 0) { 
    685685                return; 
    686686            }