Skip to content

Instantly share code, notes, and snippets.

@djalmaaraujo
Created December 11, 2012 22:27
Show Gist options
  • Save djalmaaraujo/4262916 to your computer and use it in GitHub Desktop.
Save djalmaaraujo/4262916 to your computer and use it in GitHub Desktop.
instance.after(
{
'scheduler-base:dateChange': instance._afterDateChange,
'scheduler-event:change': instance._afterSchedulerEventChange
}
);
instance.on(
{
'*:load': instance._onLoadSchedulerEvents,
'scheduler-event-recorder:delete': instance._onDeleteEvent,
'scheduler-event-recorder:save': instance._onSaveEvent
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment