From 58c06e5ad747b63d2b11fdbfca714d6c4eee4618 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Wed, 14 Mar 2012 19:22:43 +0000 Subject: [PATCH] [view/flot][xs]: remove TODO which had been done. --- src/view-flot-graph.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/view-flot-graph.js b/src/view-flot-graph.js index 5bd1afe5..becc70cc 100644 --- a/src/view-flot-graph.js +++ b/src/view-flot-graph.js @@ -122,7 +122,6 @@ my.FlotGraph = Backbone.View.extend({ var select = this.el.find('.editor-group select'); this._getEditorData(); // update navigation - // TODO: make this less invasive (e.g. preserve other keys in query string) var qs = my.parseHashQueryString(); qs['graph'] = this.chartConfig; my.setHashQueryString(qs);