Commit e703d6b9 authored by Dmitriy Shekhovtsov's avatar Dmitriy Shekhovtsov
Browse files

chore(package): annoying node types issue with set timeout

parent 1384eb12
Showing with 9467 additions and 1 deletion
+9467 -1
This diff is collapsed.
......@@ -146,7 +146,7 @@ export class TooltipDirective implements OnInit, OnDestroy {
/** @deprecated */
@Output() public tooltipStateChanged: EventEmitter<boolean> = new EventEmitter<boolean>();
/* tslint:enable */
protected _delayTimeoutId: number;
protected _delayTimeoutId: number | any;
private _tooltip: ComponentLoader<TooltipContainerComponent>;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment