#9 jsdoc comments for document list and related components

This commit is contained in:
Denys Vuika
2016-05-11 11:02:43 +01:00
parent 68abeb4b2b
commit 2f840c2ee3
18 changed files with 276 additions and 46 deletions

View File

@@ -20,6 +20,7 @@ import {ContentActionModel} from './../models/content-action.model';
import {ContentActionList} from './content-action-list';
import {DocumentActionsService} from '../services/document-actions.service';
import {FolderActionsService} from '../services/folder-actions.service';
import {ContentActionHandler} from '../models/content-action.model';
@Component({
selector: 'content-action',
@@ -71,7 +72,7 @@ export class ContentAction implements OnInit {
this.list.registerAction(model);
}
private getSystemHandler(target: string, name: string) {
private getSystemHandler(target: string, name: string): ContentActionHandler {
if (target) {
let ltarget = target.toLowerCase();