This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new f637c85 Stay consistent
f637c85 is described below
commit f637c857122d56f838bab21314a11900ed0add8e
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Mon Jul 22 11:48:16 2019 +0300
Stay consistent
---
.../src/main/royale/org/apache/royale/file/beads/FileUploader.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads/FileUploader.as
b/frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads/FileUploader.as
index e6f79d0..abed3e9 100644
---
a/frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads/FileUploader.as
+++
b/frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads/FileUploader.as
@@ -81,7 +81,7 @@ package org.apache.royale.file.beads
// }
var binaryUploader:URLBinaryLoader = new
URLBinaryLoader();
var req:URLRequest = new URLRequest();
- if (contentType)
+ if (_contentType)
{
req.contentType = _contentType;
}