This commit is contained in:
Kovid Goyal 2012-05-10 18:41:39 +05:30
parent c4af53417e
commit 9dd54e99cc

View File

@ -390,7 +390,7 @@ class CanonicalFragmentIdentifier
while true while true
target = cdoc.elementFromPoint x, y target = cdoc.elementFromPoint x, y
if not target or target.localName == 'html' if not target or target.localName == 'html'
log("No element at (#{ x }, #{ y })") # log("No element at (#{ x }, #{ y })")
return null return null
name = target.localName name = target.localName