Remove extra ")"

This commit is contained in:
Dmitry Kurtaev
2019-06-26 17:27:56 +03:00
committed by GitHub
parent 2172544bb7
commit 411ca87a86
+1 -1
View File
@@ -190,7 +190,7 @@ function main() {
// Load opencv.js
cv['onRuntimeInitialized']=()=>{
main();
});
};
</script>
</head>