mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-11 07:50:24 -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() {
|
||||
var that = this;
|
||||
this.intervalId = setInterval(function() {
|
||||
that.simplerIntervalFunc()
|
||||
that.simpleIntervalFunc()
|
||||
}, this.intervalTimeMs);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue