fix(jshint): fix jshint error ._.

This commit is contained in:
carl bergquist 2015-12-15 09:06:11 +01:00
parent 9ece45caa5
commit 2f3587ee8a

View File

@ -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();