Adam Shaw 9 years ago
parent
commit
93bd4a9509
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Calendar.js

+ 1 - 1
src/Calendar.js

@@ -321,7 +321,7 @@ var Calendar = FC.Calendar = Class.extend({
 	// for external API
 	// for external API
 	getDate: function() {
 	getDate: function() {
 		return this.applyTimezone(this.currentDate); // infuse the calendar's timezone
 		return this.applyTimezone(this.currentDate); // infuse the calendar's timezone
-	},
+	}
 
 
 
 
 	/*parseRange: function(rangeInput) {
 	/*parseRange: function(rangeInput) {