Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsmith06 committed Jul 17, 2020
1 parent ee9c09a commit 2de06d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dw-idle-handler",
"version": "0.1.0",
"version": "0.1.0 q",
"description": "Manage window inactivity",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ idleHandler.on("inactive",()=>{
});

idleHandler.on("active",()=>{
// window is active
//window is active
//Detected user interaction by one of this events : click, keypress, mouseover and touchstart
});
```
Expand Down

0 comments on commit 2de06d5

Please sign in to comment.