From 3ab1d2c459ed6a235ba04c4ec70ff654530a7de9 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 21 Nov 2015 21:16:27 -0800 Subject: spacing --- src/js/post.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/js') diff --git a/src/js/post.js b/src/js/post.js index 5a2bc7922..eda57a299 100644 --- a/src/js/post.js +++ b/src/js/post.js @@ -1,5 +1,6 @@ function integrateWasmJS(Module) { + if (typeof WASM === 'object') { // Provide an "asm.js function" for the application, called to "link" the asm.js module. We instantiate // the wasm module at that time, and it receives imports and provides exports and so forth, the app @@ -30,6 +31,7 @@ function integrateWasmJS(Module) { return instance; }; + return; } -- cgit v1.2.3