Updated AppleScript (markdown)

Cameron Kaiser 2019-02-18 05:40:17 +00:00
parent 6dcddbfe57
commit 2cb03faaff

@ -140,7 +140,7 @@ Tabs can be referred to by index, but the index may change when the tab is close
```
(* this acts weird *)
repeat with t in every tab of front browser window
close
close t
end repeat
```