mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-08 06:09:48 +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
|
// optional: if true, will also check isMatch() and possibly run
|
||||||
// this behavior in each iframe.
|
// this behavior in each iframe.
|
||||||
// if false, or not defined, this behavior will be skipped for iframes.
|
// 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
|
// optional: if defined, provides a way to define a custom way to determine
|
||||||
// when a page has finished loading beyond the standard 'load' event.
|
// when a page has finished loading beyond the standard 'load' event.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue