mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Position demo: Added missing semicolon.
This commit is contained in:
parent
cceb163548
commit
1c58573a95
@ -63,7 +63,7 @@
|
|||||||
function next( event ) {
|
function next( event ) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
$( "img:eq(2)" ).center( animate );
|
$( "img:eq(2)" ).center( animate );
|
||||||
$( "img:eq(1)" ).left( animate )
|
$( "img:eq(1)" ).left( animate );
|
||||||
$( "img:eq(0)" ).right().appendTo( "#container" );
|
$( "img:eq(0)" ).right().appendTo( "#container" );
|
||||||
}
|
}
|
||||||
function previous( event ) {
|
function previous( event ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user