~divmod-dev/divmod.org/proportional-rows-881

« back to all changes in this revision

Viewing changes to Mantissa/xmantissa/js/Mantissa/LiveForm.js

  • Committer: moe
  • Date: 2006-07-11 18:22:33 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:7707
revert r7706, was supposed to go in a branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
     */
87
87
    function start(self) {
88
88
        // kick off the timer loop
89
 
        return self.fadeIn().addCallback(function() { return self.fadeOut(); });
 
89
        self.fadeIn().addCallback(function() { return self.fadeOut(); });
90
90
    });
91
91
 
92
92