changeset 900:f4fd7a16361d

Remove incompleted functions
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 01 Oct 2010 11:18:31 +0800
parents ec94dd788332
children 74e3ba4d3fa1
files nodejs/animate.js
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;