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.
2 parents 41af046 + 5149c38 commit 9dfa6d2Copy full SHA for 9dfa6d2
src/ResizeSensor.js
@@ -128,8 +128,8 @@
128
129
var elementType = Object.prototype.toString.call(element);
130
if ('[object Array]' === elementType
131
- || ('[object NodeList]' === elementTyle)
132
- || ('[object HTMLCollection]' === elementTyle)
+ || ('[object NodeList]' === elementType)
+ || ('[object HTMLCollection]' === elementType)
133
|| ('undefined' !== typeof jQuery && element instanceof jQuery) //jquery
134
|| ('undefined' !== typeof Elements && element instanceof Elements) //mootools
135
) {
0 commit comments