better comment
This commit is contained in:
parent
d70c47cd6e
commit
aa182036f6
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user