From 0d2a98776874973a31c3bf1f079e0925914e6b35 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 23 Jan 2016 15:53:10 -0800 Subject: [PATCH] Range.detach is now a no-op. --- src/Linkification/Linkify.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index 3f45db633..2b67337c8 100644 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -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