Fix lint issues.

This commit is contained in:
Michael Teeuw 2017-10-16 14:17:12 +02:00
parent 5f13fd2dca
commit 08aa9790f3

View File

@ -33,7 +33,6 @@ NodeHelper = Class.extend({
console.log("Stopping module helper: " + this.name); console.log("Stopping module helper: " + this.name);
}, },
/* socketNotificationReceived(notification, payload) /* socketNotificationReceived(notification, payload)
* This method is called when a socket notification arrives. * This method is called when a socket notification arrives.
* *