diff options
Diffstat (limited to 'js/mediators')
-rwxr-xr-x | js/mediators/drag-drop-mediator.js | 2 | ||||
-rw-r--r-- | js/mediators/io-mediator.js | 4 | ||||
-rwxr-xr-x | js/mediators/keyboard-mediator.js | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/js/mediators/drag-drop-mediator.js b/js/mediators/drag-drop-mediator.js index f23ec34c..cacdcbb6 100755 --- a/js/mediators/drag-drop-mediator.js +++ b/js/mediators/drag-drop-mediator.js | |||
@@ -37,7 +37,7 @@ exports.DragDropMediator = Montage.create(Component, { | |||
37 | value: null, | 37 | value: null, |
38 | writable: true | 38 | writable: true |
39 | }, | 39 | }, |
40 | 40 | ||
41 | dropDelegate: { | 41 | dropDelegate: { |
42 | value: null | 42 | value: null |
43 | }, | 43 | }, |
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 |
diff --git a/js/mediators/keyboard-mediator.js b/js/mediators/keyboard-mediator.js index 15ee1e33..015f84e3 100755 --- a/js/mediators/keyboard-mediator.js +++ b/js/mediators/keyboard-mediator.js | |||
@@ -180,7 +180,7 @@ exports.KeyboardMediator = Montage.create(Component, { | |||
180 | this.application.ninja.handleSelectTool({ "detail": this.application.ninja.toolsData.defaultToolsData[this.application.ninja.toolsData.brushToolIndex] }); | 180 | this.application.ninja.handleSelectTool({ "detail": this.application.ninja.toolsData.defaultToolsData[this.application.ninja.toolsData.brushToolIndex] }); |
181 | return; | 181 | return; |
182 | } | 182 | } |
183 | 183 | ||
184 | // Shortcut for Rectangle Tool is R | 184 | // Shortcut for Rectangle Tool is R |
185 | // unless the user is pressing the command key. | 185 | // unless the user is pressing the command key. |
186 | // If the user is pressing the command key, they want to refresh the browser. | 186 | // If the user is pressing the command key, they want to refresh the browser. |