mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-15 09:45:52 -04:00
Merge branch 'brofurb' into qa
This commit is contained in:
commit
b90a27044c
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