Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lcalisto authored Jul 23, 2017
1 parent 64795ad commit dfe654b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ __opacity__ (_optional_) Allows the user to specify the video opacity. If __none
__legend__ (_optional_) The legend must be a JSON object with at least same number of elements as the number of displayed frames. You can customize the number of displayed frames with __showSeconds__ variable.


Function __removeAnimLayer(map)__ removes the loaded video, where __map__ variable is the map were the video is loaded.
Function __removeAnimLayer(map)__ removes the loaded video, where __map__ variable is the map were the video is loaded:
```
removeAnimLayer(map);
```

0 comments on commit dfe654b

Please sign in to comment.