mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(jshint): fix jshint error ._.
This commit is contained in:
parent
9ece45caa5
commit
2f3587ee8a
@ -49,7 +49,7 @@ function (angular, _) {
|
||||
$scope.appEvent('hide-dash-search');
|
||||
};
|
||||
|
||||
$scope.makeEditable = function(evt) {
|
||||
$scope.makeEditable = function() {
|
||||
$scope.dashboard.editable = true;
|
||||
|
||||
var clone = $scope.dashboard.getSaveModelClone();
|
||||
|
Loading…
Reference in New Issue
Block a user