Namespace messageProxy (sendMessage)

This commit is contained in:
hensm
2019-01-12 09:28:01 +00:00
parent 626b8ca75e
commit 839ea81838
2 changed files with 6 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ window.addEventListener("load", () => {
htmlReporter.initialize();
// Use messageProxy socket to request spec injection
window.sendMessage({
messageProxy.sendMessage({
subject: "injectSpecs"
});
});