Commit ed69dded by Masaori Koshiba

Fix styles warned by jscs

parent 795cee13
...@@ -27,7 +27,7 @@ function (angular, _, kbn) { ...@@ -27,7 +27,7 @@ function (angular, _, kbn) {
var end = options.range.to; var end = options.range.to;
var queries = _.compact(_.map(options.targets, _.partial(convertTargetToQuery, options))); var queries = _.compact(_.map(options.targets, _.partial(convertTargetToQuery, options)));
var plotParams = _.compact(_.map(options.targets, function(target){ var plotParams = _.compact(_.map(options.targets, function(target) {
var alias = target.alias; var alias = target.alias;
if (typeof target.alias == 'undefined' || target.alias == "") if (typeof target.alias == 'undefined' || target.alias == "")
alias = target.metric; alias = target.metric;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment