You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/03/20 19:44:45 UTC

[royale-asjs] branch develop updated: fix datefield commit breaking build

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

carlosrovira 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 1f1b074  fix datefield commit breaking build
1f1b074 is described below

commit 1f1b0744304e666c77dbfb5bf9ecc7be4bae6c50
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Mar 20 20:44:38 2019 +0100

    fix datefield commit breaking build
---
 frameworks/projects/MXRoyale/src/main/royale/mx/controls/DateField.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/DateField.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/DateField.as
index ffa8837..8a841ce 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/DateField.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/DateField.as
@@ -1564,12 +1564,12 @@ public class DateField extends ComboBase
      *  @private
      *  Storage for the minYear property.
      */
-   // private var _minYear:int = 1900;
+    private var _minYear:int = 1900;
 
     /**
      *  @private
      */
-   // private var minYearChanged:Boolean = false;
+    private var minYearChanged:Boolean = false;
 
     /**
      *  The first year selectable in the control.