You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2021/07/18 12:19:57 UTC

[royale-asjs] branch develop updated: update proxy.as

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 7e5f987  update proxy.as
     new b434803  Merge pull request #1123 from Laturine/fix-proxy-documentation
7e5f987 is described below

commit 7e5f9871b2586db76d574c2851f00cd328c40734
Author: Laturine <gb...@gmail.com>
AuthorDate: Thu Jun 24 12:53:42 2021 -0700

    update proxy.as
    
    remove unrelated asdoc comments
---
 .../Core/src/main/royale/org/apache/royale/utils/Proxy.as         | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/Proxy.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/Proxy.as
index 4c45fc5..71cb9c8 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/Proxy.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/Proxy.as
@@ -101,12 +101,8 @@ COMPILE::JS
 public dynamic class Proxy extends EventDispatcher
 {
     /**
-     *  Constructor.
-     * 
-     *  @param delay The number of milliseconds 
-     *  to wait before dispatching the event.
-     *  @param repeatCount The number of times to dispatch
-     *  the event.  If 0, keep dispatching forever.
+     *  The Proxy class calls methods when properties
+     *  are set and read and deleted.
      *  
      *  @langversion 3.0
      *  @playerversion Flash 10.2