Adam Shaw 8 anni fa
parent
commit
3a7977beb3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Calendar.options.js

+ 1 - 1
src/Calendar.options.js

@@ -69,7 +69,7 @@ Calendar.mixin({
 				return; // optionsModel already reacts to this
 				return; // optionsModel already reacts to this
 			}
 			}
 			else if (optionName === 'timezone') {
 			else if (optionName === 'timezone') {
-				this.view.flash('eventDataSource'); // refetches and reprocesses events
+				this.view.flash('initialEvents');
 				return;
 				return;
 			}
 			}
 		}
 		}