We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9209ff4 commit 111caf9Copy full SHA for 111caf9
modules/Link.js
@@ -12,7 +12,7 @@ function isModifiedEvent(event) {
12
}
13
14
function isEmptyObject(object) {
15
- for (const p in object)
+ for (let p in object)
16
if (object.hasOwnProperty(p))
17
return false
18
0 commit comments