This commit is contained in:
Kovid Goyal
2012-05-10 18:41:39 +05:30
parent c4af53417e
commit 9dd54e99cc
+1 -1
View File
@@ -390,7 +390,7 @@ class CanonicalFragmentIdentifier
while true
target = cdoc.elementFromPoint x, y
if not target or target.localName == 'html'
log("No element at (#{ x }, #{ y })")
# log("No element at (#{ x }, #{ y })")
return null
name = target.localName