better comment

This commit is contained in:
James Campos 2011-07-20 13:27:15 -07:00
parent d70c47cd6e
commit aa182036f6
2 changed files with 2 additions and 2 deletions

View File

@ -2460,8 +2460,8 @@
},
mouseover: function(e) {
/*
img.src = null doesn't work on Chrome
http://code.google.com/p/chromium/issues/detail?id=36142
img.src = null doesn't work on Chrome, use it anyway for other browsers
*/ imageHover.img.src = null;
imageHover.img.src = this.parentNode.href;
return ui.el = imageHover.img;

View File

@ -1854,8 +1854,8 @@ imageHover =
$.bind thumb, 'mouseout', ui.hoverend
mouseover: (e) ->
###
img.src = null doesn't work on Chrome
http://code.google.com/p/chromium/issues/detail?id=36142
img.src = null doesn't work on Chrome, use it anyway for other browsers
###
imageHover.img.src = null
imageHover.img.src = @parentNode.href