update interfaces/kits/picker/picker.js.

Signed-off-by: BrainL <libuyan1@huawei.com>
This commit is contained in:
BrainL 2024-09-10 06:14:22 +00:00 committed by Gitee
parent d6137e0903
commit 1cd604a444
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -653,7 +653,7 @@ function ParseContext(args)
function parseWindow(args)
{
if (args.length != ARGS_TWO) {
if (args.length !== ARGS_TWO) {
console.log('[picker] ParseWindow: not window mode.');
return undefined;
}