From bd693030fbacded7a79f668f1c5a4ce0e5551e04 Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 20 Jul 2011 13:32:22 -0700 Subject: [PATCH] remove bug link --- script.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script.coffee b/script.coffee index 92d3b0f3c..6b77a3ce5 100644 --- a/script.coffee +++ b/script.coffee @@ -1854,8 +1854,7 @@ imageHover = $.bind thumb, 'mouseout', ui.hoverend mouseover: (e) -> ### - http://code.google.com/p/chromium/issues/detail?id=36142 - img.src = null doesn't work on Chrome, use it anyway for other browsers + `img.src = null` doesn't actually null the previous image on chrom. ### imageHover.img.src = null imageHover.img.src = @parentNode.href