Created
February 4, 2011 05:29
-
-
Save mvastola/810777 to your computer and use it in GitHub Desktop.
CDS Diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: calendar_date_select/calendar_date_select.js | |
=================================================================== | |
--- calendar_date_select/calendar_date_select.js (revision 1369) | |
+++ calendar_date_select/calendar_date_select.js (revision 1370) | |
@@ -296,7 +296,7 @@ | |
this.year_select.setValue(y); | |
} else { | |
- this.month_year_label.update( Date.months[m] + " " + y.toString() ); | |
+ this.month_year_label.update().insert( Date.months[m] + " " + y.toString() ); | |
} | |
}, | |
populateYearRange: function() { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment