We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a04c94 commit 082996dCopy full SHA for 082996d
README.md
@@ -63,7 +63,7 @@ state change then the plugin triggers a `fullscreenerror` event on the
63
document. Example:
64
65
$(document).bind("fullscreenchange", function() {
66
- console.log("Fullscreen " + $(document).fullScreen() ? "on" : "off);
+ console.log("Fullscreen " + ($(document).fullScreen() ? "on" : "off"));
67
});
68
69
$(document).bind("fullscreenerror", function() {
0 commit comments