[view/flot][xs]: remove TODO which had been done.

This commit is contained in:
Rufus Pollock 2012-03-14 19:22:43 +00:00
parent 10ce04da43
commit 58c06e5ad7

View File

@ -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);