Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
docs($session) #784 - incorrect param type
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Ray Nicholus committed Dec 27, 2013
1 parent c7391ae commit 13d388a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/events.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ Called just before a file upload is resumed. See the `uploadChunk` event for mo

#### sessionRequestComplete

**Parameters**: Object response, Boolean success, XMLHttpRequest || XDomainRequest xhrOrXdr
**Parameters**: Array response, Boolean success, XMLHttpRequest || XDomainRequest xhrOrXdr

Invoked when a session request has completed. The `response` will be either an `Object` containing the response data
Invoked when a session request has completed. The `response` will be either an `Array` containing the response data
or `null` if the response did not contain valid JSON. The `success` parameter will be `false` if ANY of the file items
represented in the response could not be parsed (due to bad syntax, missing name/UUID property, etc).

Expand Down

0 comments on commit 13d388a

Please sign in to comment.