From beb34b251ab4e5410797f10e74687f8d94cf18f1 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 11 Sep 2017 17:32:57 +0100 Subject: [PATCH] remove unused document var --- demo-shell-ng2/app/app.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/demo-shell-ng2/app/app.component.ts b/demo-shell-ng2/app/app.component.ts index 8e0ea788fb..5d4dc4c070 100644 --- a/demo-shell-ng2/app/app.component.ts +++ b/demo-shell-ng2/app/app.component.ts @@ -25,8 +25,6 @@ import { StorageService } from 'ng2-alfresco-core'; -declare var document: any; - @Component({ selector: 'adf-app', templateUrl: './app.component.html',