aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortunnckoCore <[email protected]>2017-01-17 20:26:33 +0200
committertunnckoCore <[email protected]>2017-01-17 20:26:33 +0200
commit0c8202b740545268b3ab1e23dbaf0992490824e1 (patch)
tree921df0a88edc015cedc352471afa676ba530307a /README.md
parente7c222c0e840b34eb56566da453d7a12a257c61f (diff)
fix: switch Set with array; update tests; drop toLowerCase()
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9cc5b1a..0cb5424 100644
--- a/README.md
+++ b/README.md
@@ -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