remove comment

This commit is contained in:
James Campos 2011-07-20 14:29:04 -07:00
parent 0a0e102aea
commit 889a18da0c
2 changed files with 1 additions and 12 deletions

View File

@ -2456,12 +2456,7 @@
});
},
mouseover: function(e) {
/*
http://code.google.com/p/chromium/issues/detail?id=36142
manipulating img src via javascript will generate a massive memory leak
instead of manipulating src, we manipulate the entire img
*/ var img;
var img;
img = $.el('img', {
id: 'iHover',
src: this.parentNode.href

View File

@ -1853,12 +1853,6 @@ imgHover =
$.bind thumb, 'mousemove', ui.hover
$.bind thumb, 'mouseout', imgHover.mouseout
mouseover: (e) ->
###
http://code.google.com/p/chromium/issues/detail?id=36142
manipulating img src via javascript will generate a massive memory leak
instead of manipulating src, we manipulate the entire img
###
img = $.el 'img'
id: 'iHover'
src: @parentNode.href