Commit 2f3587ee by carl bergquist

fix(jshint): fix jshint error ._.

parent 9ece45ca
......@@ -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();
......
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