1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-27 02:43:45 +02:00

Fixed due to feedback from code review

Fixed due to feedback from code review
This commit is contained in:
johneke 2013-07-29 11:13:00 -04:00
parent a726b07538
commit aa64669ca3

View File

@ -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();
```