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',
src: this.parentNode.href
});
imgHover.img = img;
ui.el = img;
return $.append(d.body, img);
},
mouseout: function(e) {
return $.rm(imgHover.img);
return $.rm(ui.el);
}
};
imgPreloading = {

View File

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