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:
parent
171c5aa50c
commit
b5fb8b6d82
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user