Merge pull request #2038 from craftytrickster/annotation-fix

Fixed variable name for annotations
This commit is contained in:
Torkel Ödegaard 2015-05-22 06:34:17 +02:00
commit 57bacb339c

View File

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