Skip to content

Commit b01a605

Browse files
committed
update builds
1 parent 9474158 commit b01a605

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/rilti.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@
10121012
return core
10131013
}
10141014

1015-
/* global Node Element */
1015+
/* global Node HTMLElement */
10161016

10171017
const ProxiedNodes = new Map()
10181018

@@ -1092,7 +1092,7 @@
10921092
}
10931093

10941094
const val = node[key]
1095-
return isFunc(val) && (key in Element.prototype) ? val.bind(node) : val
1095+
return isFunc(val) && (key in HTMLElement.prototype) ? val.bind(node) : val
10961096
},
10971097
set (fn, key, val) {
10981098
if (key === 'class') Class(node, val)

0 commit comments

Comments
 (0)