Skip to content

Commit

Permalink
revert keyevent
Browse files Browse the repository at this point in the history
  • Loading branch information
Masashi Hirano committed Aug 10, 2017
1 parent 7e4fe6b commit f4fbe6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ onChangeFullScreen = async () => {
// any process in fullscreen mode
// e.g.document.addEventListener('keydown', this.keydownEvent);
} else {
// any process in fullscreen mode
// any process in non-fullscreen mode
// e.g.document.removeEventListener('keydown', this.keydownEvent);
}
};
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toggle-fullscreen",
"version": "0.1.0",
"version": "0.1.3",
"description": "Simple to use Fullscreen API with Promise for cross-browser.",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,12 @@
"url": "git+https://github.com/shisama/toggle-fullscreen.git"
},
"keywords": [
"toggle",
"toggle fullscreen",
"fullscreen",
"fullscreen api",
"switch fullscreen",
"fullscreen promise",
"promise"
],
"author": "Masashi Hirano (https://github.com/shisama)",
Expand Down

0 comments on commit f4fbe6e

Please sign in to comment.