Skip to content

Commit 1c58573

Browse files
mekhtiariscottgonzalez
authored andcommitted
Position demo: Added missing semicolon.
1 parent cceb163 commit 1c58573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/position/cycler.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
function next( event ) {
6464
event.preventDefault();
6565
$( "img:eq(2)" ).center( animate );
66-
$( "img:eq(1)" ).left( animate )
66+
$( "img:eq(1)" ).left( animate );
6767
$( "img:eq(0)" ).right().appendTo( "#container" );
6868
}
6969
function previous( event ) {

0 commit comments

Comments
 (0)