diff --git a/Objective-J/Executable.js b/Objective-J/Executable.js index 66c9b82ad..940650705 100644 --- a/Objective-J/Executable.js +++ b/Objective-J/Executable.js @@ -285,7 +285,7 @@ Executable.prototype.loadFileDependencies = function() executable._eventDispatcher.dispatchEvent( { type:"dependenciesload", - fileExecutable:executable + executable:executable }); } }