opencv/modules/js
Joona Heikkilä 646025589b Fix global variable assignment in JS test suite
In test_imgproc.js, the test_filter suite's last test assigns a variable
to `size` without declaring it with `let`, polluting the global scope.
This commit adds `let` to the statement, so that the variable is scoped
to the test block.
2022-05-11 23:15:34 +03:00
..
generator Fix typos discovered by codespell 2021-11-26 12:29:56 +01:00
perf fix the perf tests of OpenCV.js so that it can run on Node.js successfully 2021-03-27 21:52:44 +00:00
src Bugfix on import script with web worker. 2021-07-18 10:12:39 +02:00
test Fix global variable assignment in JS test suite 2022-05-11 23:15:34 +03:00
CMakeLists.txt cmake(js): update js targets 2020-12-03 14:18:54 +00:00
common.cmake cmake(js): update js targets 2020-12-03 14:18:54 +00:00