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

Typo in DOM.Node.Element #71

@dederer

Description

@dederer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions