|
|
@@ -1121,7 +1121,7 @@ Grid.mixin({
|
|
|
// Given an event's span (unzoned start/end and other misc data), and the event itself,
|
|
|
// slices into segments and attaches event-derived properties to them.
|
|
|
// eventSpan - { start, end, isStart, isEnd, otherthings... }
|
|
|
- // constraintRange allow additional clipping. optional.
|
|
|
+ // constraintRange allow additional clipping. optional. eventually remove this.
|
|
|
eventFootprintToSegs: function(eventFootprint, constraintRange) {
|
|
|
var unzonedRange = eventFootprint.componentFootprint.unzonedRange;
|
|
|
var segs;
|