From 2ed498813d0cc7fdb4af35a7911228908e262731 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 21 Jan 2014 14:26:06 +0100 Subject: [PATCH] Remove outdated Chrome workaround. --- src/Linkification/Linkify.coffee | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index 8c0cfa351..fd90879e6 100644 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -105,10 +105,6 @@ Linkify = range.surroundContents anchor true catch - <% if (type === 'crx') { %> - # Chrome bug: crbug.com/275848 - return true if anchor.parentNode - <% } %> # Attempt to handle cases such as: # [spoiler]www.[/spoiler]example.com # # www.example[spoiler].com[/spoiler] #