remove comment

This commit is contained in:
Niels Lyngsø
2020-06-26 15:29:37 +02:00
parent a46acaf16c
commit 975fbbfa3f

View File

@@ -277,7 +277,6 @@
vm.close = function() {
if ($scope.model && $scope.model.close) {
// TODO: If content has changed, we should notify user.
$scope.model.close($scope.model);
}
}