mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-07 13:49:47 +00:00
Fix typo 'runInIframes' (#918)
'runInIframes' appears to be a typo. (https://github.com/webrecorder/custom-behaviors/blob/main/behaviors/timeline.js example)
This commit is contained in:
parent
b9b804e660
commit
9cd2d393bc
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class MyBehavior
|
|||
// optional: if true, will also check isMatch() and possibly run
|
||||
// this behavior in each iframe.
|
||||
// if false, or not defined, this behavior will be skipped for iframes.
|
||||
static runInIframes = false;
|
||||
static runInIframe = false;
|
||||
|
||||
// optional: if defined, provides a way to define a custom way to determine
|
||||
// when a page has finished loading beyond the standard 'load' event.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue