Skip to content

Commit 9a33361

Browse files
committed
Minor formatting cleanup
1 parent f87d126 commit 9a33361

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/scripting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,10 @@ example: execAndWait window.setInterval('window.scrollBy(0,600)', 1000);
397397
Sets the "Activity Based Measurement" mode. The valid values are:
398398
* 0 - Disabled (Web 1.0 - Measure based off of document complete)
399399
* 1 - Enabled (Web 2.0 - Measure until activity stops)
400-
The default if not specified in the script is 1 (Enabled)
400+
401+
The default if not specified in the script is 1 (Enabled).
401402
Browser Support: IE, Chrome, Firefox
403+
402404
```markup
403405
usage: setABM <mode>
404406
example: setABM 0

0 commit comments

Comments
 (0)