Rename to startAnimation for symmetry.

This commit is contained in:
Tim Schaub
2012-01-02 21:52:31 -07:00
parent c151b04257
commit e363bdb782
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ OpenLayers.Kinetic = OpenLayers.Class({
callback(args.x, args.y, args.end);
};
this.timerId = OpenLayers.Util.loopAnimation(
this.timerId = OpenLayers.Util.startAnimation(
OpenLayers.Function.bind(timerCallback, this)
);
},