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({
name: key,
editorSrc: value.annotationEditorSrc
});
}
});
}
});
return results;
};
};
this.listOptions = function() {
return _.map(config.datasources, function(value, key) {