Explorar o código

fix lazyFetching

Adam Shaw %!s(int64=8) %!d(string=hai) anos
pai
achega
2b5ed32a89
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Calendar.js

+ 1 - 1
src/Calendar.js

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