Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shisama/toggle-fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Masashi Hirano committed Sep 10, 2017
2 parents fee7171 + 6fe50d2 commit 78359e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Add a listener for when the browser switches in and out of fullscreen.
| callback | <code>function</code> | function to be called when the browser switches in and out of fullscreen|

Usage:
```
```js
fullscreenChange(function() {
console.log('switch fullscree');
}
console.log('switch fullscreen');
});
```
### isFullscreen() ⇒ <code>Boolean</code>
Check whether fullscreen is active.
Expand Down

0 comments on commit 78359e0

Please sign in to comment.