1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 16:54:11 +01:00

Add missing semicolons.

--HG--
extra : rebase_source : 9b307f142d55c3cd89ea6010ea15f1d26b11846f
This commit is contained in:
Doug Kearns
2010-11-05 09:09:09 +11:00
parent a3c423a609
commit 903268b0e1
18 changed files with 34 additions and 33 deletions

View File

@@ -18,7 +18,7 @@ const Config = Module("config", ConfigBase, {
PageLoad: "Triggered when a page gets (re)loaded/opened",
Enter: "Triggered after Thunderbird starts",
Leave: "Triggered before exiting Thunderbird",
LeavePre: "Triggered before exiting Thunderbird",
LeavePre: "Triggered before exiting Thunderbird"
},
get browser() getBrowser(),