Fix for slight name change.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2010-02-18 14:05:33 -08:00
parent 38c4dd408c
commit b078169adf
+1 -1
View File
@@ -285,7 +285,7 @@ Executable.prototype.loadFileDependencies = function()
executable._eventDispatcher.dispatchEvent(
{
type:"dependenciesload",
fileExecutable:executable
executable:executable
});
}
}