@@ -8,7 +8,7 @@ var FuncEventSource = EventSource.extend({
var _this = this;
return Promise.construct(function(onResolve) {
- this.func.call(
+ _this.func.call(
this.calendar,
start.clone(),
end.clone(),
@@ -36,7 +36,7 @@ var EventDef = Class.extend({
copy.id = this.id;
copy.rawId = this.rawId;
- copy.uid = this.uid;
+ copy.uid = this.uid; // not really unique anymore :(
copy.title = this.title;
copy.rendering = this.rendering;