Fix some problems in the documentation.
This commit is contained in:
@@ -92,7 +92,7 @@ OpenLayers.Animation = (function(window) {
|
||||
* Terminates an animation loop started with <start>.
|
||||
*
|
||||
* Parameters:
|
||||
* {Number} Identifier returned from <start>.
|
||||
* id - {Number} Identifier returned from <start>.
|
||||
*/
|
||||
function stop(id) {
|
||||
delete loops[id];
|
||||
|
||||
Reference in New Issue
Block a user