1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
j 2010-05-05 20:27:09 +02:00
commit de3cdce206

View file

@ -1463,7 +1463,7 @@ requires
reset();
that.css({
opacity: 0
}).appendTo($(body)).animate({
}).appendTo($body).animate({
opacity: 1
}, 200);
$window.bind("mouseup", mouseupLayer)