Mercurial > MadButterfly
diff nodejs/animate.js @ 860:9303fb45a958 abs_n_rel_center
Remove unused variables
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Mon, 20 Sep 2010 22:43:44 +0800 |
parents | ed49dc0a26f1 |
children | 3ce9daa9558b |
line wrap: on
line diff
--- a/nodejs/animate.js Mon Sep 20 22:43:44 2010 +0800 +++ b/nodejs/animate.js Mon Sep 20 22:43:44 2010 +0800 @@ -173,8 +173,6 @@ this.obj = obj; this.end = 0; this.starttime = Date.now(); - this.startsx = obj[0]; - this.startsy = obj[4]; this.targetx = targetx; this.targety = targety; this.duration = duration*1000;