mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: fixed jshint error
This commit is contained in:
@@ -39,7 +39,7 @@ function (_, $, coreModule) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
value = _.unescape(value)
|
value = _.unescape(value);
|
||||||
|
|
||||||
$scope.$apply(function() {
|
$scope.$apply(function() {
|
||||||
var selected = _.find($scope.altSegments, {value: value});
|
var selected = _.find($scope.altSegments, {value: value});
|
||||||
|
|||||||
Reference in New Issue
Block a user