1
0
mirror of https://github.com/videojs/video.js.git synced 2025-11-25 22:41:47 +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 %} {% highlight javascript %}
myPlayer.enterFullScreen(); myPlayer.requestFullScreen();
{% endhighlight %} {% endhighlight %}
@@ -197,7 +197,7 @@ Now that you have access to a ready player, you can control the video or respond
{% highlight javascript %} {% highlight javascript %}
myPlayer.exitFullScreen(); myPlayer.cancelFullScreen();
{% endhighlight %} {% endhighlight %}