Closed this issue 9 years ago · 1 comments
purescript-dom/src/DOM/Node/Element.js
160: exports.clientHeight = function (el) { 161: return function () { 162: return el.clientHeigh; 163: }; 164: };
Instead of el.clientHeigh should be el.clientHeight.
el.clientHeigh
el.clientHeight
Thanks for the report!