This commit is contained in:
James Campos 2011-07-20 14:26:53 -07:00
parent db856d775b
commit 0a0e102aea
2 changed files with 2 additions and 4 deletions

View File

@ -2466,12 +2466,11 @@
id: 'iHover', id: 'iHover',
src: this.parentNode.href src: this.parentNode.href
}); });
imgHover.img = img;
ui.el = img; ui.el = img;
return $.append(d.body, img); return $.append(d.body, img);
}, },
mouseout: function(e) { mouseout: function(e) {
return $.rm(imgHover.img); return $.rm(ui.el);
} }
}; };
imgPreloading = { imgPreloading = {

View File

@ -1862,11 +1862,10 @@ imgHover =
img = $.el 'img' img = $.el 'img'
id: 'iHover' id: 'iHover'
src: @parentNode.href src: @parentNode.href
imgHover.img = img
ui.el = img ui.el = img
$.append d.body, img $.append d.body, img
mouseout: (e) -> mouseout: (e) ->
$.rm imgHover.img $.rm ui.el
imgPreloading = imgPreloading =
init: -> init: ->