Skip to content

Commit

Permalink
[view/flot][xs]: remove TODO which had been done.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Mar 14, 2012
1 parent 10ce04d commit 58c06e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/view-flot-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 58c06e5

Please sign in to comment.