Skip to content

Commit

Permalink
add doc for remove
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Nov 6, 2015
1 parent cc9a97c commit d4f9b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -30,4 +30,5 @@ var handler = addEventListener(document.body, 'click', function(e){

console.log(e.nativeEvent); // native dom event
});
handler.remove(); // detach event listener
```

0 comments on commit d4f9b62

Please sign in to comment.