]> source.dussan.org Git - jquery-ui.git/commitdiff
Position demo: Added missing semicolon.
authorMohsen Ekhtiari <mohsenekhtiari@yahoo.com>
Sun, 11 Aug 2013 21:45:33 +0000 (02:15 +0430)
committerScott González <scott.gonzalez@gmail.com>
Tue, 26 Nov 2013 19:48:21 +0000 (14:48 -0500)
(cherry picked from commit 1c58573a95778010c247605ebb1915d8e8739423)

demos/position/cycler.html

index b66ca6aaf09d1db4e553caaf5dd36f8beddfd2fd..e33e3be912b7f9aa9580212b808751f731e3b173 100644 (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 ) {