Skip to content

Commit 9dfa6d2

Browse files
committed
Merge pull request marcj#68 from lukaszzdanikowski/patch-1
Typo fix
2 parents 41af046 + 5149c38 commit 9dfa6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResizeSensor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128

129129
var elementType = Object.prototype.toString.call(element);
130130
if ('[object Array]' === elementType
131-
|| ('[object NodeList]' === elementTyle)
132-
|| ('[object HTMLCollection]' === elementTyle)
131+
|| ('[object NodeList]' === elementType)
132+
|| ('[object HTMLCollection]' === elementType)
133133
|| ('undefined' !== typeof jQuery && element instanceof jQuery) //jquery
134134
|| ('undefined' !== typeof Elements && element instanceof Elements) //mootools
135135
) {

0 commit comments

Comments
 (0)