Browse Source

Merge pull request #1077 from dviry/patch-1

added uppy.off() info
Artur Paikin 6 years ago
parent
commit
7dada825d6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      website/src/docs/uppy.md

+ 4 - 0
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: