From: Alan Knowles Date: Mon, 26 Nov 2012 03:35:13 +0000 (+0800) Subject: GitMonitor.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=7349ba1e5d4800ef5cf6488bb5ef86e0c4edbfb2;p=gitlive GitMonitor.js --- diff --git a/GitMonitor.js b/GitMonitor.js index 28e178e3..df3565a7 100644 --- a/GitMonitor.js +++ b/GitMonitor.js @@ -56,7 +56,7 @@ var GitMonitor = new Monitor({ try { var notification = new Notify.Notification({ summary: "Git Live", - body : this.gitlive + "\nMonitoring " + this.monitors.length + " Directories", + body : this.gitlive + "\nMonitoring " + _this.monitors.length + " Directories", timeout : 5 });