#9 readme updates and minor code improvements

This commit is contained in:
Denys Vuika
2016-05-09 16:12:11 +01:00
parent d85ff5f621
commit 3c7fa6e8a6
6 changed files with 30 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ export class ContentActionList {
}
registerAction(action: ContentActionModel) {
if (action) {
if (this.documentList && action) {
this.documentList.actions.push(action);
}
}