diff options
| author | tunnckoCore <[email protected]> | 2017-01-17 20:26:33 +0200 |
|---|---|---|
| committer | tunnckoCore <[email protected]> | 2017-01-17 20:26:33 +0200 |
| commit | 0c8202b740545268b3ab1e23dbaf0992490824e1 (patch) | |
| tree | 921df0a88edc015cedc352471afa676ba530307a /README.md | |
| parent | e7c222c0e840b34eb56566da453d7a12a257c61f (diff) | |
fix: switch Set with array; update tests; drop toLowerCase()
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -62,7 +62,6 @@ If present, `"*"` handlers are invoked prior to type-matched handlers. - `type` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** The event type to invoke - `arg1` **\[Any]** A value (first argument), passed to each handler - `arg2` **\[Any]** A value (second argument), passed to each handler -- `arg3` **\[Any]** A value (third argument), passed to each handler Returns **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** the `mitt` instance for chaining |
