diff Platforms/Wasm/wasm-application.ts @ 253:8ff70c04c6df am-2

IObservable/IObserver now working in WASM too
author am@osimis.io
date Tue, 03 Jul 2018 10:48:47 +0200
parents ddbb339ed4cf
children 65562a28fe05
line wrap: on
line diff
--- a/Platforms/Wasm/wasm-application.ts	Tue Jul 03 10:26:56 2018 +0200
+++ b/Platforms/Wasm/wasm-application.ts	Tue Jul 03 10:48:47 2018 +0200
@@ -106,7 +106,7 @@
     WasmWebService_NotifyError = StoneFrameworkModule.cwrap('WasmWebService_NotifyError', null, ['number', 'string', 'number']);
     NotifyUpdateContent = StoneFrameworkModule.cwrap('NotifyUpdateContent', null, []);
 
-    StoneFrameworkModule.ccall('WasmWebService_SetBaseUrl', null, ['string'], [orthancBaseUrl]);
+    StoneFrameworkModule.ccall('WasmWebService_SetBaseUri', null, ['string'], [orthancBaseUrl]);
 
     // Prevent scrolling
     document.body.addEventListener('touchmove', function (event) {