Fixed spelling error

This commit is contained in:
Michael Kröll 2015-12-02 11:13:57 +01:00
parent 24324939e1
commit 1bb1ddcd29

View File

@ -107,7 +107,7 @@ function (angular, _, moment, kbn, ElasticQueryBuilder, IndexPattern, ElasticRes
for (var i = 0; i < fieldNames.length; i++) {
fieldValue = fieldValue[fieldNames[i]];
if (!fieldValue) {
console.log('could not find field in annotatation: ', fieldName);
console.log('could not find field in annotation: ', fieldName);
return '';
}
}