Range.detach is now a no-op.

This commit is contained in:
ccd0 2016-01-23 15:53:10 -08:00
parent 274339dd76
commit 0d2a987768

View File

@ -153,6 +153,5 @@ Linkify =
# Insert the range into the anchor, the anchor into the range's DOM location, and destroy the range.
$.add a, range.extractContents()
range.insertNode a
range.detach()
a