@@ -13,7 +13,6 @@ var EventSource = Class.extend(ParsableModelMixin, {
editable: null,
startEditable: null,
durationEditable: null,
- resourceEditable: null,
rendering: null,
overlap: null,
constraint: null,
@@ -15,7 +15,6 @@ var EventDef = FC.EventDef = Class.extend(ParsableModelMixin, {
color: null,
backgroundColor: null,
borderColor: null,
@@ -193,7 +192,6 @@ EventDef.allowRawProps({
editable: true,
startEditable: true,
durationEditable: true,
- //resourceEditable: true,
color: true,
backgroundColor: true,
borderColor: true,