Skip to content

Commit

Permalink
doc: remove emitter reference
Browse files Browse the repository at this point in the history
--skip-ci [skip ci]
  • Loading branch information
enyo committed Jan 24, 2015
1 parent 7d8ab84 commit ae5bdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ or at the [source](https://github.com/enyo/dropzone/blob/master/src/dropzone.cof

### Register for events

I use [emitter](https://github.com/component/emitter) to manage events. If you want to register to some event you can do so on the `dropzone` object itself:
If you want to register to some event you can do so on the `dropzone` object itself:

```js
Dropzone.options.myDropzone({
Expand Down

0 comments on commit ae5bdfa

Please sign in to comment.