X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a5871ab5512d87a33e7e95451d26ee7d3e789742..7fb23b8635c4495766acf71601404d656ec7fc4d:/runner.js 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];