mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
distro for #38
This commit is contained in:
Vendored
-1
@@ -2042,7 +2042,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) {
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
BIN
Binary file not shown.
Vendored
-1
@@ -2042,7 +2042,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) {
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user