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 2ed9d14d54b1db39a443e8245b8866ac1e1a58ac
Author: Alex Harui <aha...@apache.org>
AuthorDate: Fri Apr 13 16:11:13 2018 -0700

    wait until ISort comes in
---
 .../MXRoyale/src/main/royale/mx/collections/ICollectionView.as        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ICollectionView.as
 
b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ICollectionView.as
index 6d193ff..0013674 100644
--- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ICollectionView.as
+++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ICollectionView.as
@@ -149,12 +149,12 @@ public interface ICollectionView extends IEventDispatcher
      *  @playerversion AIR 1.1
      *  @productversion Royale 0.9.3
      */
-    function get sort():ISort;
+    //function get sort():ISort; until ISort comes in
     
        /**
         *  @private
         */
-    function set sort(value:ISort):void;
+    //function set sort(value:ISort):void;
 
        
//--------------------------------------------------------------------------
        //

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to