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) {
var el;
el = ui.el;
$.hide(img);
$.hide(el);
return el.src = null;
}
}

View File

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