From: Aleksander Ɓukasz Date: Mon, 8 Apr 2013 13:04:10 +0000 (+0200) Subject: Logging X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/136bc0aa43257d1ccc8f353dd24b99c8561ef0d2 Logging --- diff --git a/runner.js b/runner.js index e03d577..b7b0f65 100644 --- a/runner.js +++ b/runner.js @@ -31,6 +31,7 @@ var Runner = function($, _, app) { } this.publish = function(eventName) { + console.log(moduleName + ': ' + eventName); var eventArgs = Array.prototype.slice.call(arguments, 1) _.each(eventListeners, function(listenerModuleName) { var listener = moduleInstances[listenerModuleName];