You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/10/10 19:34:22 UTC

[royale-asjs] 10/16: need coercion here

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit e6c3754c953c24408068fd8a57d382ec9c55584e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Oct 9 18:35:14 2018 -0700

    need coercion here
---
 .../Binding/src/main/royale/org/apache/royale/binding/DataBindingBase.as | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frameworks/projects/Binding/src/main/royale/org/apache/royale/binding/DataBindingBase.as b/frameworks/projects/Binding/src/main/royale/org/apache/royale/binding/DataBindingBase.as
index dfb797e..429c102 100644
--- a/frameworks/projects/Binding/src/main/royale/org/apache/royale/binding/DataBindingBase.as
+++ b/frameworks/projects/Binding/src/main/royale/org/apache/royale/binding/DataBindingBase.as
@@ -278,7 +278,6 @@ package org.apache.royale.binding
         }
 
         /**
-         * @royaleignorecoercion org.apache.royale.core.IStrand
          */
         private function deferredBindingsHandler(event:Event):void
         {