shave a line
This commit is contained in:
parent
4140017c42
commit
50e4c61bb7
@ -2455,13 +2455,11 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
mouseover: function(e) {
|
mouseover: function(e) {
|
||||||
var img;
|
ui.el = $.el('img', {
|
||||||
img = $.el('img', {
|
|
||||||
id: 'iHover',
|
id: 'iHover',
|
||||||
src: this.parentNode.href
|
src: this.parentNode.href
|
||||||
});
|
});
|
||||||
ui.el = img;
|
return $.append(d.body, ui.el);
|
||||||
return $.append(d.body, img);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
imgPreloading = {
|
imgPreloading = {
|
||||||
|
|||||||
@ -1854,11 +1854,10 @@ imgHover =
|
|||||||
$.bind thumb, 'mousemove', ui.hover
|
$.bind thumb, 'mousemove', ui.hover
|
||||||
$.bind thumb, 'mouseout', ui.hoverend
|
$.bind thumb, 'mouseout', ui.hoverend
|
||||||
mouseover: (e) ->
|
mouseover: (e) ->
|
||||||
img = $.el 'img'
|
ui.el = $.el 'img'
|
||||||
id: 'iHover'
|
id: 'iHover'
|
||||||
src: @parentNode.href
|
src: @parentNode.href
|
||||||
ui.el = img
|
$.append d.body, ui.el
|
||||||
$.append d.body, img
|
|
||||||
|
|
||||||
imgPreloading =
|
imgPreloading =
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user