Position demo: Added missing semicolon.

This commit is contained in:
Mohsen Ekhtiari 2013-08-12 02:15:33 +04:30 committed by Scott González
parent cceb163548
commit 1c58573a95

View File

@ -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 ) {