Commit 57bacb33 by Torkel Ödegaard

Merge pull request #2038 from craftytrickster/annotation-fix

Fixed variable name for annotations
parents 23fcf855 21919216
......@@ -48,7 +48,7 @@ function (_) {
var list = [];
var self = this;
_.each(this.seriesList, function (series) {
_.each(this.series, function (series) {
var titleCol = null;
var timeCol = null;
var tagsCol = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment