Skip to content

Commit a1a36c9

Browse files
committed
location: fix superclass
1 parent 64d067f commit a1a36c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/browser/location.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def location
7676
end
7777
end
7878

79-
class DOM::Document
79+
class DOM::Document < DOM::Element
8080
# @!attribute [r] location
8181
# @return [Location] the location for the document
8282
def location

0 commit comments

Comments
 (0)