minor cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-11-10 04:12:28 +03:00
parent 5fe2c662f7
commit 211f8cec9c

View File

@ -422,14 +422,8 @@ module.RibbonsPrototype = {
img img
.clone() .clone()
.removeClass('current') .removeClass('current')
.attr('gid', null)) .attr('gid', null)),
/* s)
.css({
width: img.outerWidth(),
height: img.outerHeight(),
})
*/
, s)
// place it over the current image... // place it over the current image...
.css({ .css({
top: io.top - vo.top, top: io.top - vo.top,