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:
parent
108f582ec4
commit
a534ac4948
@ -39,7 +39,7 @@ function (_, $, coreModule) {
|
||||
return;
|
||||
}
|
||||
|
||||
value = _.unescape(value)
|
||||
value = _.unescape(value);
|
||||
|
||||
$scope.$apply(function() {
|
||||
var selected = _.find($scope.altSegments, {value: value});
|
||||
|
Loading…
Reference in New Issue
Block a user