diff options
author | Doug Kearns <dougkearns@gmail.com> | 2010-11-05 09:09:09 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2010-11-05 09:09:09 +1100 |
commit | 903268b0e1f0b20c93a142b4c140dc78a7b5ef8c (patch) | |
tree | 83dae94cbd08f0b47e952893f8c3abf893131b3c /melodactyl | |
parent | a3c423a6091320fa021964319357c3e85938a02f (diff) | |
download | pentadactyl-903268b0e1f0b20c93a142b4c140dc78a7b5ef8c.tar.gz |
Add missing semicolons.
--HG--
extra : rebase_source : 9b307f142d55c3cd89ea6010ea15f1d26b11846f
Diffstat (limited to 'melodactyl')
-rw-r--r-- | melodactyl/content/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/melodactyl/content/config.js b/melodactyl/content/config.js index 25482d9e..5477d030 100644 --- a/melodactyl/content/config.js +++ b/melodactyl/content/config.js @@ -60,7 +60,7 @@ const Config = Module("config", ConfigBase, { StreamStop: "Triggered after a stream has stopped", Enter: "Triggered after Songbird starts", LeavePre: "Triggered before exiting Songbird, just before destroying each module", - Leave: "Triggered before exiting Songbird", + Leave: "Triggered before exiting Songbird" }, dialogs: { |