[ADF-863] codelyzer documentlist (#2059)

* codelyzer documentlist

* tslint error after codelizer

* fix import

* fix tag test
This commit is contained in:
Eugenio Romano
2017-07-08 13:50:06 +02:00
committed by Eugenio Romano
parent fed2462586
commit 2e975dbc29
72 changed files with 504 additions and 240 deletions

View File

@@ -39,9 +39,7 @@ export class ContentActionModel {
}
}
export interface ContentActionHandler {
(obj: any, target?: any, permission?: string): any;
}
export type ContentActionHandler = (obj: any, target?: any, permission?: string) => any;
export class DocumentActionModel extends ContentActionModel {
constructor(json?: any) {