Unverified Commit 411ca87a authored by Dmitry Kurtaev's avatar Dmitry Kurtaev Committed by GitHub

Remove extra ")"

parent 2172544b
...@@ -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