This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit d7fc1655f803b72820d7a414024cbd371cd672eb Author: Alex Harui <[email protected]> AuthorDate: Mon Aug 13 11:39:49 2018 -0700 should use model instead of presuming property name --- .../Core/src/main/royale/org/apache/royale/core/IImage.as | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IImage.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IImage.as index 773e7dd..13b0821 100644 --- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IImage.as +++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IImage.as @@ -29,19 +29,7 @@ package org.apache.royale.core * @productversion Royale 0.0 */ public interface IImage - { - /** - * The BinaryData of the image. - * This is used to set the image using binary content retrieved using HTTP requests or File APIs. - * - * @langversion 3.0 - * @playerversion Flash 10.2 - * @playerversion AIR 2.6 - * @productversion Royale 0.7 - */ - function get src():String; - function set src(value:String):void; - + { COMPILE::JS function get imageElement():Element; COMPILE::JS
