Przeglądaj źródła

fix lazyFetching

Adam Shaw 8 lat temu
rodzic
commit
2b5ed32a89
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Calendar.js

+ 1 - 1
src/Calendar.js

@@ -338,7 +338,7 @@ var Calendar = FC.Calendar = Class.extend(EmitterMixin, {
 			start,
 			end,
 			this.opt('timezone'),
-			this.opt('lazyFetching')
+			!this.opt('lazyFetching')
 		);
 	}