mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
Fix for issue #38
This commit is contained in:
@@ -48,7 +48,6 @@ function ResourceManager(options) {
|
||||
*/
|
||||
|
||||
function fetchResources(useCache, currentView) {
|
||||
var cache;
|
||||
// if useCache is not defined, default to true
|
||||
useCache = (typeof useCache !== 'undefined' ? useCache : true);
|
||||
if (!useCache || cache === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user