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 812e3bb commit 4f0b878Copy full SHA for 4f0b878
src/ResizeSensor.js
@@ -35,6 +35,7 @@
35
var isCollectionTyped = ('[object Array]' === elementsType
36
|| ('[object NodeList]' === elementsType)
37
|| ('[object HTMLCollection]' === elementsType)
38
+ || ('[object Object]' === elementsType)
39
|| ('undefined' !== typeof jQuery && elements instanceof jQuery) //jquery
40
|| ('undefined' !== typeof Elements && elements instanceof Elements) //mootools
41
);
0 commit comments