From 2ef8c737d7fd1ebd46ba53eb04b4c403ea35bbd7 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Fri, 27 Jan 2012 17:29:35 -0500 Subject: [PATCH] daemon.js: remove superfluous semicolon --- modules/daemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/daemon.js b/modules/daemon.js index a82f55d..522a8c8 100644 --- a/modules/daemon.js +++ b/modules/daemon.js @@ -19,7 +19,7 @@ define_variable("daemon_quit_exits", true, function daemon_quit_hook_fn () { if (daemon_quit_exits) daemon_mode(-1); -}; +} define_global_mode("daemon_mode", function () { // enable -- 2.11.4.GIT