Remove extra ")"

This commit is contained in:
Dmitry Kurtaev 2019-06-26 17:27:56 +03:00 committed by GitHub
parent 2172544bb7
commit 411ca87a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ function main() {
// Load opencv.js // Load opencv.js
cv['onRuntimeInitialized']=()=>{ cv['onRuntimeInitialized']=()=>{
main(); main();
}); };
</script> </script>
</head> </head>