Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 0c8d6e1

Browse files
committed
fix(onAdded): not passing stick param
Signed-off-by: Josh Kurz <josh.kurz@turner.com>
1 parent bd62634 commit 0c8d6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ angular.module('ui.calendar', [])
237237
};
238238

239239
eventsWatcher.onAdded = function(event) {
240-
scope.calendar.fullCalendar('renderEvent', event, true);
240+
scope.calendar.fullCalendar('renderEvent', event);
241241
};
242242

243243
eventsWatcher.onRemoved = function(event) {

0 commit comments

Comments
 (0)