From 903268b0e1f0b20c93a142b4c140dc78a7b5ef8c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 5 Nov 2010 09:09:09 +1100 Subject: Add missing semicolons. --HG-- extra : rebase_source : 9b307f142d55c3cd89ea6010ea15f1d26b11846f --- melodactyl/content/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'melodactyl/content') 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: { -- cgit v1.2.3