We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e25e34 + b5b3703 commit 7acb00bCopy full SHA for 7acb00b
FileAPI.flash.swf
5 Bytes
flash/src/ru/mail/controller/AppController.as
@@ -647,9 +647,11 @@ package ru.mail.controller
647
648
if (file.uploadCommand) {
649
(file.uploadCommand as UploadCommand).cancel();
650
+ file.uploadCommand = null;
651
}
652
if (file.loadCommand) {
653
(file.loadCommand as LoadFileCommand).cancel();
654
+ file.loadCommand = null;
655
656
if (_model.timeout && !force) {
657
LoggerJS.log("abort remove set timeout");
0 commit comments