fix
This commit is contained in:
parent
b180a943ba
commit
360be9ed99
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
function isEmpty(obj) {
|
||||
for (let key in obj) {
|
||||
// if the loop has started, there is a prorty
|
||||
// if the loop has started, there is a property
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue