|
|
@ -217,7 +217,7 @@ CustomTime.prototype._onDrag = function (event) { |
|
|
|
this.body.emitter.emit('timechange', { |
|
|
|
id: this.options.id, |
|
|
|
time: new Date(this.customTime.valueOf()), |
|
|
|
event: util.elementsCensor(event) |
|
|
|
event: event |
|
|
|
}); |
|
|
|
|
|
|
|
event.stopPropagation(); |
|
|
@ -235,7 +235,7 @@ CustomTime.prototype._onDragEnd = function (event) { |
|
|
|
this.body.emitter.emit('timechanged', { |
|
|
|
id: this.options.id, |
|
|
|
time: new Date(this.customTime.valueOf()), |
|
|
|
event: util.elementsCensor(event) |
|
|
|
event: event |
|
|
|
}); |
|
|
|
|
|
|
|
event.stopPropagation(); |
|
|
|