fixed jscs errors

This commit is contained in:
Torkel Ödegaard
2014-07-13 15:15:10 +02:00
parent 171c5aa50c
commit b5fb8b6d82

View File

@@ -52,11 +52,11 @@ function (angular, _, config) {
results.push({ results.push({
name: key, name: key,
editorSrc: value.annotationEditorSrc editorSrc: value.annotationEditorSrc
}); });
} }
}); });
return results; return results;
}; };
this.listOptions = function() { this.listOptions = function() {
return _.map(config.datasources, function(value, key) { return _.map(config.datasources, function(value, key) {