Add bug tracker URL for Edge HTMLCollection bug.
This commit is contained in:
parent
ef8aba4d9e
commit
4a456548f6
@ -21,6 +21,7 @@ class Clone extends Post
|
||||
quotelinks: []
|
||||
|
||||
# XXX Edge invalidates HTMLCollections when an ancestor node is inserted into another node.
|
||||
# https://connect.microsoft.com/IE/feedback/details/1198967/ie11-appendchild-provoke-an-error-on-an-htmlcollection
|
||||
if $.engine is 'edge'
|
||||
Object.defineProperty @nodes, 'backlinks',
|
||||
configurable: true
|
||||
|
||||
@ -42,6 +42,7 @@ class Post
|
||||
quotelinks: []
|
||||
|
||||
# XXX Edge invalidates HTMLCollections when an ancestor node is inserted into another node.
|
||||
# https://connect.microsoft.com/IE/feedback/details/1198967/ie11-appendchild-provoke-an-error-on-an-htmlcollection
|
||||
if $.engine is 'edge'
|
||||
Object.defineProperty @nodes, 'backlinks',
|
||||
configurable: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user