mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Remove extra ")"
This commit is contained in:
parent
2172544bb7
commit
411ca87a86
@ -190,7 +190,7 @@ function main() {
|
|||||||
// Load opencv.js
|
// Load opencv.js
|
||||||
cv['onRuntimeInitialized']=()=>{
|
cv['onRuntimeInitialized']=()=>{
|
||||||
main();
|
main();
|
||||||
});
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user