You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/12/01 21:23:15 UTC

[2/2] git commit: [flex-asjs] [refs/heads/core_js_to_as] - fix image loading on the SWF side

fix image loading on the SWF side


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/97055499
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/97055499
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/97055499

Branch: refs/heads/core_js_to_as
Commit: 9705549935493d55f661c8978f5ce29ac625a63c
Parents: a4a58ae
Author: Alex Harui <ah...@apache.org>
Authored: Tue Dec 1 12:23:04 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Dec 1 12:23:04 2015 -0800

----------------------------------------------------------------------
 .../projects/HTML/as/src/org/apache/flex/html/beads/ImageView.as   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/97055499/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ImageView.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ImageView.as b/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ImageView.as
index 042634a..9c4875c 100644
--- a/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ImageView.as
+++ b/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ImageView.as
@@ -90,7 +90,7 @@ package org.apache.flex.html.beads
 			_model = value.getBeadByType(IImageModel) as IImageModel;
 			_model.addEventListener("urlChanged",handleUrlChange);
 			
-//			handleUrlChange(null);
+			handleUrlChange(null);
 		}
 		
 		/**