Add bug tracker URL for Edge HTMLCollection bug.

This commit is contained in:
ccd0 2015-08-02 19:01:49 -07:00
parent ef8aba4d9e
commit 4a456548f6
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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