Rename view.timeout to view.timeout_seconds .
This commit is contained in:
@@ -26,9 +26,9 @@ export class CachedValueController<T> implements ReactiveController {
|
||||
protected _timerID?: number;
|
||||
|
||||
constructor(host: ReactiveControllerHost, timerSeconds: number, callback: () => T) {
|
||||
(this._host = host).addController(this);
|
||||
this._timerSeconds = timerSeconds;
|
||||
this._callback = callback;
|
||||
(this._host = host).addController(this);
|
||||
}
|
||||
|
||||
public removeController(): void {
|
||||
|
||||
Reference in New Issue
Block a user