# HG changeset patch # User Thinker K.F. Li # Date 1285903111 -28800 # Node ID f4fd7a16361d39fabeb88b3dac8c8671b2b05cf4 # Parent ec94dd788332954c5970bf81ea0b5e0b67ca0670 Remove incompleted functions diff -r ec94dd788332 -r f4fd7a16361d nodejs/animate.js --- a/nodejs/animate.js Fri Oct 01 11:10:26 2010 +0800 +++ b/nodejs/animate.js Fri Oct 01 11:18:31 2010 +0800 @@ -257,6 +257,8 @@ exports.linear = linear; +/* Following functions is not defined completed. + Mark it out to prevent error message. function multilinear(action,start,stages) { sys.puts("Multilinear word is not implemented yet"); @@ -278,6 +280,8 @@ exponential.prototype.stop = exponential_stop; exponential.prototype.finish = exponential_finish; +*/ + function program(words) { this.words = wrods;