fix error in hsscript

This commit is contained in:
Peter Hormanns 2014-09-09 17:08:41 +02:00
parent 53c56faeb8
commit 713099eda5

View File

@ -64,6 +64,7 @@ function hsaToNativeJSObject(val) {
} }
return res; return res;
} }
return val;
} }
function hsaModuleCall(mod, fct, json) { function hsaModuleCall(mod, fct, json) {