This commit is contained in:
James Campos 2011-05-07 19:52:16 -07:00
parent 4dcbaba38a
commit 80d6821dcd
2 changed files with 2 additions and 2 deletions

View File

@ -1918,7 +1918,7 @@
mouseout: function(e) { mouseout: function(e) {
var el; var el;
el = ui.el; el = ui.el;
$.hide(img); $.hide(el);
return el.src = null; return el.src = null;
} }
} }

View File

@ -1491,7 +1491,7 @@ imageHover =
ui.winWidth = d.body.clientWidth ui.winWidth = d.body.clientWidth
mouseout: (e) -> mouseout: (e) ->
{el} = ui {el} = ui
$.hide img $.hide el
el.src = null el.src = null
imgPreloading = imgPreloading =