Skip to content

Commit 7acb00b

Browse files
author
Ilya Lebedev
committed
Merge branch 'dev' of https://github.com/im-saxo/FileAPI
2 parents 3e25e34 + b5b3703 commit 7acb00b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

FileAPI.flash.swf

5 Bytes
Binary file not shown.

flash/src/ru/mail/controller/AppController.as

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,9 +647,11 @@ package ru.mail.controller
647647

648648
if (file.uploadCommand) {
649649
(file.uploadCommand as UploadCommand).cancel();
650+
file.uploadCommand = null;
650651
}
651652
if (file.loadCommand) {
652653
(file.loadCommand as LoadFileCommand).cancel();
654+
file.loadCommand = null;
653655
}
654656
if (_model.timeout && !force) {
655657
LoggerJS.log("abort remove set timeout");

0 commit comments

Comments
 (0)