1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-04 06:48:49 +02:00

Fixed an error in the docs.

This commit is contained in:
Steve Heffernan 2012-01-17 11:02:18 -08:00
parent 0c2e3f5f5a
commit fa9e97bb56

View File

@ -186,7 +186,7 @@ Now that you have access to a ready player, you can control the video or respond
{% highlight javascript %}
myPlayer.enterFullScreen();
myPlayer.requestFullScreen();
{% endhighlight %}
@ -197,7 +197,7 @@ Now that you have access to a ready player, you can control the video or respond
{% highlight javascript %}
myPlayer.exitFullScreen();
myPlayer.cancelFullScreen();
{% endhighlight %}