Merge remote-tracking branch 'MichMich/develop'

This commit is contained in:
Thomas Bachmann
2017-01-11 11:32:20 +01:00
parent c302030301
commit 3ba16f1773
10 changed files with 79 additions and 25 deletions

View File

@@ -14,6 +14,11 @@ NodeHelper = Class.extend({
console.log("Initializing new module helper ...");
},
loaded: function(callback) {
console.log("Module helper loaded: " + this.name);
callback();
},
start: function() {
console.log("Staring module helper: " + this.name);
},