mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-20 20:54:45 -04:00
qa simpleIntervalFunc for now
This commit is contained in:
parent
b589324a05
commit
93a81a4a37
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