mirror of
https://github.com/opencv/opencv.git
synced 2024-12-15 18:09:11 +08:00
646025589b
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. |
||
---|---|---|
.. | ||
.eslintrc.json | ||
package.json | ||
run_puppeteer.js | ||
test_calib3d.js | ||
test_features2d.js | ||
test_imgproc.js | ||
test_mat.js | ||
test_objdetect.js | ||
test_utils.js | ||
test_video.js | ||
tests.html | ||
tests.js |