diff options
Diffstat (limited to 'js/mediators/io-mediator.js')
-rw-r--r-- | js/mediators/io-mediator.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/mediators/io-mediator.js b/js/mediators/io-mediator.js index 41944f74..af0f4dd6 100644 --- a/js/mediators/io-mediator.js +++ b/js/mediators/io-mediator.js | |||
@@ -159,9 +159,9 @@ exports.IoMediator = Montage.create(Component, { | |||
159 | 204: File exists (Success) | 159 | 204: File exists (Success) |
160 | 404: File does not exists (Failure) | 160 | 404: File does not exists (Failure) |
161 | 500: Unknown (Probably cloud API not running) | 161 | 500: Unknown (Probably cloud API not running) |
162 | 162 | ||
163 | (Below only present if succesfull 204) | 163 | (Below only present if succesfull 204) |
164 | 164 | ||
165 | Object.content | 165 | Object.content |
166 | Object.extension | 166 | Object.extension |
167 | Object.name | 167 | Object.name |