Skip to content

Commit

Permalink
Fixed due to feedback from code review
Browse files Browse the repository at this point in the history
Fixed due to feedback from code review
  • Loading branch information
johneke committed Jul 29, 2013
1 parent a726b07 commit aa64669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ myPlayer.cancelFullScreen();


### dispose() ###
Destroys the video player and does any necessary cleanup. This is especially helpfull if you are dynamically adding and removing videos to/from the DOM. Use after removing videos from the DOM
Destroys the video player and does any necessary cleanup. This is especially helpful if you are dynamically adding and removing videos to/from the DOM. Use after removing videos from the DOM.
```js
myPlayer.dispose();
```
Expand Down

0 comments on commit aa64669

Please sign in to comment.