Rename to startAnimation for symmetry.
This commit is contained in:
@@ -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)
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user