diff --git a/src/timeline/component/ItemSet.js b/src/timeline/component/ItemSet.js index 6e816032..5e643108 100644 --- a/src/timeline/component/ItemSet.js +++ b/src/timeline/component/ItemSet.js @@ -192,9 +192,9 @@ ItemSet.prototype.repaint = function repaint() { itemsData = this.itemsData, items = this.items, dataOptions = { - fields: [(itemsData && itemsData.fieldId || 'id'), 'start', 'end', 'content', 'type'] + // TODO: cleanup + //fields: [(itemsData && itemsData.fieldId || 'id'), 'start', 'end', 'content', 'type'] }; - // TODO: copy options from the itemset itself? // show/hide added/changed/removed items Object.keys(queue).forEach(function (id) {