Skip to content

Commit

Permalink
add parent property to window in dom.nim (#15922)
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 authored Nov 12, 2020
1 parent 527e792 commit bc007a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/js/dom.nim
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ type
performance*: Performance
onpopstate*: proc (event: Event)
localStorage*: LocalStorage
parent*: Window

Frame* = ref FrameObj
FrameObj {.importc.} = object of WindowObj
Expand Down

0 comments on commit bc007a3

Please sign in to comment.