You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2020/03/25 10:45:41 UTC

[royale-asjs] 04/06: restore unwatch method in ChangeWatcher

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

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

commit 3a810bc9a9d79efc3ec5b882281ee4369f32d720
Author: greg-dove <gr...@gmail.com>
AuthorDate: Wed Mar 25 12:22:14 2020 +1300

    restore unwatch method in ChangeWatcher
---
 .../MXRoyale/src/main/royale/mx/binding/utils/ChangeWatcher.as        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/binding/utils/ChangeWatcher.as b/frameworks/projects/MXRoyale/src/main/royale/mx/binding/utils/ChangeWatcher.as
index e5805d6..addd3aa 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/binding/utils/ChangeWatcher.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/binding/utils/ChangeWatcher.as
@@ -438,10 +438,10 @@ public class ChangeWatcher
      *  @playerversion AIR 1.1
      *  @productversion Flex 3
      */
-    /*public function unwatch():void
+    public function unwatch():void
     {
         reset(null);
-    }*/
+    }
 
     /**
      *  Retrieves the current value of the watched property or property chain,