| Issue 1345: | Return the event after the renderEvent | |
| 1 person starred this issue and may be notified of changes. | Back to list |
It will be nice if the method "renderEvent" return the event who is created/updated.
I added in the function renderEvent the return statement and it's work.
function renderEvent(event, stick) {
normalizeEvent(event);
if (!event.source) {
if (stick) {
stickySource.events.push(event);
event.source = stickySource;
}
cache.push(event);
}
reportEvents(cache);
return event;
}
Aug 15, 2013
Project Member
#1
adamrs...@gmail.com
Status:
WontFix
|
|
| ► Sign in to add a comment |