Commit 3cfd8cc1 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #14900 from opencv:dnn_fix_js_sample_v3

parents 2172544b 411ca87a
...@@ -190,7 +190,7 @@ function main() { ...@@ -190,7 +190,7 @@ function main() {
// Load opencv.js // Load opencv.js
cv['onRuntimeInitialized']=()=>{ cv['onRuntimeInitialized']=()=>{
main(); main();
}); };
</script> </script>
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment