Merge pull request #14900 from opencv:dnn_fix_js_sample_v3

pull/14905/head
Alexander Alekhin 6 years ago
commit 3cfd8cc1fe
  1. 2
      samples/dnn/js_face_recognition.html

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

Loading…
Cancel
Save