mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed jscs errors
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user