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

Typo in DOM.Node.Element #71

Closed
dederer opened this issue Dec 4, 2016 · 1 comment
Closed

Typo in DOM.Node.Element #71

dederer opened this issue Dec 4, 2016 · 1 comment
Labels

Comments

@dederer
Copy link

dederer commented Dec 4, 2016

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.

@garyb
Copy link
Member

garyb commented Dec 7, 2016

Thanks for the report!

@garyb garyb added the bug label Dec 7, 2016
garyb added a commit that referenced this issue Dec 8, 2016
@garyb garyb closed this as completed in #72 Dec 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants