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.
2 parents 6a04c94 + 082996d commit 0f92be3Copy full SHA for 0f92be3
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