diff Platforms/WebAssembly/wasm-application.ts @ 226:1fa4c65c7e1b am

WasmViewport in ts
author am@osimis.io
date Thu, 14 Jun 2018 12:32:08 +0200
parents 930f98252ab9
children b0ba3b38a23c
line wrap: on
line diff
--- a/Platforms/WebAssembly/wasm-application.ts	Thu Jun 14 11:22:03 2018 +0200
+++ b/Platforms/WebAssembly/wasm-application.ts	Thu Jun 14 12:32:08 2018 +0200
@@ -3,6 +3,8 @@
 declare function InitializeWasmApplication() :void; // still in a js file
 
 
+
+
 // Wait for the Orthanc Framework to be initialized (this initializes
 // the WebAssembly environment)
 Stone.Framework.Initialize(true, function() {