Fixed typo

This commit is contained in:
Paul-Vincent Roll 2016-03-30 15:11:56 +02:00
parent c89e5785d8
commit 60fcafa3b8

View File

@ -24,7 +24,7 @@ NodeHelper = Class.extend({
* argument payload mixed - The payload of the notification. * argument payload mixed - The payload of the notification.
*/ */
socketNotificationReceived: function(notification, payload) { socketNotificationReceived: function(notification, payload) {
Log.log(this.name + ' received a socket notification: ' + notification + ' - Payload: ' + payload); console.log(this.name + ' received a socket notification: ' + notification + ' - Payload: ' + payload);
}, },
/* setName(data) /* setName(data)