GitMonitor.js
authorAlan Knowles <alan@roojs.com>
Mon, 26 Nov 2012 03:35:13 +0000 (11:35 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 26 Nov 2012 03:35:13 +0000 (11:35 +0800)
GitMonitor.js

index 28e178e..df3565a 100644 (file)
@@ -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
                 });