Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit bcc6252

Browse files
authored
Fix clientHeight typo
Resolves #71
1 parent a3a6e0c commit bcc6252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DOM/Node/Element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ exports.clientWidth = function (el) {
159159

160160
exports.clientHeight = function (el) {
161161
return function () {
162-
return el.clientHeigh;
162+
return el.clientHeight;
163163
};
164164
};

0 commit comments

Comments
 (0)