[Edit] Remove CreationService dep from SaveAs

This commit is contained in:
Alex M
2016-09-19 23:52:30 +03:00
parent abfabc85b5
commit 0c27a5f361
3 changed files with 1 additions and 4 deletions

View File

@@ -42,7 +42,6 @@ define([
$injector,
policyService,
dialogService,
creationService,
copyService,
context
) {
@@ -52,7 +51,6 @@ define([
};
this.policyService = policyService;
this.dialogService = dialogService;
this.creationService = creationService;
this.copyService = copyService;
}