|
@ -405,6 +405,7 @@ Timeline.prototype.getItemRange = function () { |
|
|
// calculate the date of the left side and right side of the items given
|
|
|
// calculate the date of the left side and right side of the items given
|
|
|
util.forEach(this.itemSet.items, function (item) { |
|
|
util.forEach(this.itemSet.items, function (item) { |
|
|
item.show(); |
|
|
item.show(); |
|
|
|
|
|
item.repositionX(); |
|
|
|
|
|
|
|
|
var start = getStart(item); |
|
|
var start = getStart(item); |
|
|
var end = getEnd(item); |
|
|
var end = getEnd(item); |
|
|