mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
build: fixed jshint error
This commit is contained in:
@@ -39,7 +39,7 @@ function (_, $, coreModule) {
|
||||
return;
|
||||
}
|
||||
|
||||
value = _.unescape(value)
|
||||
value = _.unescape(value);
|
||||
|
||||
$scope.$apply(function() {
|
||||
var selected = _.find($scope.altSegments, {value: value});
|
||||
|
||||
Reference in New Issue
Block a user