Position demo: Added missing semicolon.

(cherry picked from commit 1c58573a95)
This commit is contained in:
Mohsen Ekhtiari 2013-08-12 02:15:33 +04:30 committed by Scott González
parent 2a7896ec3e
commit 8e52648501

View File

@ -63,7 +63,7 @@
function next( event ) {
event.preventDefault();
$( "img:eq(2)" ).center( animate );
$( "img:eq(1)" ).left( animate )
$( "img:eq(1)" ).left( animate );
$( "img:eq(0)" ).right().appendTo( "#container" );
}
function previous( event ) {