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

Commit ee79e6e

Browse files
authored
Merge pull request #72 from purescript-contrib/clientheight-typo
Fix `clientHeight` typo
2 parents a3a6e0c + bcc6252 commit ee79e6e

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)