mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-18 12:00:36 +08:00
@@ -522,6 +522,10 @@ function EventManager(options) { // assumed to be a calendar
|
||||
}
|
||||
|
||||
if (out.resources) {
|
||||
if (typeof out.resources == 'number') {
|
||||
out.resources = [out.resources];
|
||||
}
|
||||
|
||||
if (typeof out.resources == 'string') {
|
||||
out.resources = out.resources.split(/\s+/);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user