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

[royale-asjs] branch develop updated: Update SortField.as

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

pushminakazi 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 c711c90  Update SortField.as
c711c90 is described below

commit c711c90e9f0bcae473f8eb06507e48e1a77988c7
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Thu Oct 18 16:19:06 2018 +0500

    Update SortField.as
---
 .../projects/MXRoyale/src/main/royale/mx/collections/SortField.as       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/SortField.as b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/SortField.as
index 402ad69..3ea401c 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/SortField.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/SortField.as
@@ -238,7 +238,7 @@ public class SortField extends EventDispatcher implements ISortField
      *  @deprecated A future release of Apache Flex SDK will remove this function. Please use the constructor
      *  argument instead.
      */
-    mx_internal function setCaseInsensitive(value:Boolean):void
+    public function set caseInsensitive(value:Boolean):void
     {
         if (value != _caseInsensitive)
         {