Commit 2cb9f4e6927ec198bca85f79c91fcaf8b8ef5471
1 parent
a6186977
Exists in
master
and in
111 other branches
Fix typo in Send to SAMP function
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/TabResultUI.js
... | ... | @@ -151,7 +151,7 @@ Ext.define('amdaUI.ResultItem', { |
151 | 151 | var o = {folderId : sendOpt.downFolder, downId : sendOpt.downId}; |
152 | 152 | |
153 | 153 | var me = this; |
154 | - myDesktopApp.getLoadeModule(myDesktopApp.dynamicModules.interop.id, true, function (module) { | |
154 | + myDesktopApp.getLoadedModule(myDesktopApp.dynamicModules.interop.id, true, function (module) { | |
155 | 155 | loadMask.show(); |
156 | 156 | |
157 | 157 | AmdaAction.sendToSAMP(o,function (result, e) |
... | ... |