mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#132 Removed setInteval
This commit is contained in:
@@ -46,8 +46,6 @@ export class FileUploadingListComponent {
|
|||||||
|
|
||||||
constructor(public el: ElementRef) {
|
constructor(public el: ElementRef) {
|
||||||
console.log('filesUploadingList constructor', el);
|
console.log('filesUploadingList constructor', el);
|
||||||
|
|
||||||
setInterval(() => {console.log('Check for async update from drag directive'); }, 1000);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user