From 2da3f16bf31f8a7ea4e25f4d0b0ef00f36470e38 Mon Sep 17 00:00:00 2001 From: Leon Segal Date: Wed, 26 Sep 2018 20:20:36 +0200 Subject: [PATCH] added uppy.off() info --- website/src/docs/uppy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/docs/uppy.md b/website/src/docs/uppy.md index 78e74522a..76c880ced 100644 --- a/website/src/docs/uppy.md +++ b/website/src/docs/uppy.md @@ -446,6 +446,10 @@ this.info({ Subscribe to an uppy-event. See below for the full list of events. +### `uppy.off('event', action)` + +Unsubscribe to an uppy-event. See below for the full list of events. + ## Events Uppy exposes events that you can subscribe to in your app: