Skip to content

Instantly share code, notes, and snippets.

@danielsuo
Created December 19, 2013 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielsuo/8035872 to your computer and use it in GitHub Desktop.
Save danielsuo/8035872 to your computer and use it in GitHub Desktop.
document.getElementById('button').addEventListener('click', function() {
if (BigScreen.enabled) BigScreen.toggle();
else // fallback for browsers that don't support full screen
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment