Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
docs: update license dates
Browse files Browse the repository at this point in the history
  • Loading branch information
tzi committed Nov 25, 2015
1 parent 06b295e commit 53aa132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
(The MIT Licence)

Copyright (c) Vincent Voyer
Copyright (c) 2013-2016 Vincent Voyer

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -36,7 +36,7 @@ function visible(elt) {
```
The first callback argument is always the `element` that entered the viewport.

### callback watcher API
### Callback watcher API

The callback is called only one time, when the `element` is in the viewport for the first time.
At any time you can rewatch or stop watching, by using the `watch` and ` dispose` API.
Expand Down Expand Up @@ -158,7 +158,7 @@ Please consider using [browserify](https://github.com/substack/node-browserify).

## License

Copyright (c) 2013 Vincent Voyer
Copyright (c) 2013-2016 Vincent Voyer

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down

0 comments on commit 53aa132

Please sign in to comment.