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

Commit 1859738

Browse files
authored
Merge pull request #137 from toastal/export-active-element
export `activeElement`
2 parents c03d32b + 3988d7f commit 1859738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DOM/HTML/Document.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module DOM.HTML.Document
22
( body
33
, readyState
4+
, activeElement
45
, module Exports
56
) where
67

0 commit comments

Comments
 (0)