From 1c200f7dfc8e2fafaa5d8eedcf4cdb547c6ec950 Mon Sep 17 00:00:00 2001 From: josdejong Date: Fri, 30 Aug 2013 08:36:02 +0200 Subject: [PATCH] Fixed #7: className not working for items --- src/timeline/component/ItemSet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {