mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
#132 Removed setInteval
This commit is contained in:
parent
b173e7c1ee
commit
1ee0d274e9
@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user