Commit 656a6a08 authored by chriseth's avatar chriseth

Fix again.

parent 7e96901b
...@@ -32,8 +32,8 @@ addEventListener('message', function(e) { ...@@ -32,8 +32,8 @@ addEventListener('message', function(e) {
}); });
break; break;
case 'compile': case 'compile':
missingInputs.length = 0; missingInputs.length = 0;
postMessage({cmd: 'compiled', data: compileJSON(data.source, data.optimize)}, missingInputs: missingInputs); postMessage({cmd: 'compiled', data: compileJSON(data.source, data.optimize), missingInputs: missingInputs});
break; break;
} }
}, false); }, false);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment