Cleaned up debugger message handling

This commit is contained in:
Jeff Parsons 2014-11-30 12:56:59 -08:00 committed by jeffpar
commit 2ff339f190
31 changed files with 640 additions and 735 deletions

View file

@ -284,7 +284,7 @@ function embedMachine(sName, sVersion, idElement, sXMLFile, sXSLFile, sStateFile
var doneMachine = function() {
Component.assert(cMachines > 0);
if (--cMachines == 0) {
if (!--cMachines) {
if (fAsync) web.enablePageEvents(true);
}
};