mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-11 16:00:38 -04:00
qa simpleIntervalFunc for now
This commit is contained in:
parent
371bd7df7e
commit
fea90424e1
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ class UmbraBehavior {
|
||||||
start() {
|
start() {
|
||||||
var that = this;
|
var that = this;
|
||||||
this.intervalId = setInterval(function() {
|
this.intervalId = setInterval(function() {
|
||||||
that.simplerIntervalFunc()
|
that.simpleIntervalFunc()
|
||||||
}, this.intervalTimeMs);
|
}, this.intervalTimeMs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue