remove module.id

This commit is contained in:
Denys Vuika
2016-12-06 17:01:31 +00:00
parent c7167bb812
commit 10423ca985
131 changed files with 32 additions and 142 deletions

View File

@@ -47,7 +47,6 @@ const ERROR_FOLDER_ALREADY_EXIST = 409;
*/
@Component({
selector: 'alfresco-upload-button',
moduleId: module.id,
templateUrl: './upload-button.component.html',
styleUrls: ['./upload-button.component.css']
})