Merge pull request #3393 from pepl/master

Fixed spelling error
This commit is contained in:
Carl Bergquist 2015-12-11 16:12:19 +01:00
commit 55fab0493d

View File

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