mirror of
https://gitee.com/openharmony/filemanagement_user_file_service
synced 2024-11-23 07:20:41 +00:00
update interfaces/kits/picker/picker.js.
Signed-off-by: BrainL <libuyan1@huawei.com>
This commit is contained in:
parent
d6137e0903
commit
1cd604a444
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user