Updated Branches:
  refs/heads/develop 12cef7af0 -> a2bb8c296

Update default year to 2104


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/a2bb8c29
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/a2bb8c29
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/a2bb8c29

Branch: refs/heads/develop
Commit: a2bb8c29621524b0b9dfd43bb6387d299526f560
Parents: 12cef7a
Author: Justin Mclean <[email protected]>
Authored: Sun Jan 19 12:36:25 2014 +1100
Committer: Justin Mclean <[email protected]>
Committed: Sun Jan 19 12:36:25 2014 +1100

----------------------------------------------------------------------
 frameworks/projects/mx/src/mx/controls/CalendarLayout.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/a2bb8c29/frameworks/projects/mx/src/mx/controls/CalendarLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mx/src/mx/controls/CalendarLayout.as 
b/frameworks/projects/mx/src/mx/controls/CalendarLayout.as
index a2db84c..b8ac741 100644
--- a/frameworks/projects/mx/src/mx/controls/CalendarLayout.as
+++ b/frameworks/projects/mx/src/mx/controls/CalendarLayout.as
@@ -630,7 +630,7 @@ public class CalendarLayout extends UIComponent
      */
     private var _proposedDisplayedYear:int = -1;
 
-    [Inspectable(category="General", defaultValue="2013")]
+    [Inspectable(category="General", defaultValue="2014")]
 
     /**
      *  @private

Reply via email to