Prechádzať zdrojové kódy

Rename vegasstep event with vegaswalk

Jay Salvat 14 rokov pred
rodič
commit
cee5a24663
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      jquery.vegas.js

+ 1 - 1
jquery.vegas.js

@@ -100,7 +100,7 @@
                 options.load.apply( $current.get(0), [ step - 1 ] );
                 options.load.apply( $current.get(0), [ step - 1 ] );
 
 
                 if ( step ) {
                 if ( step ) {
-                    $( 'body' ).trigger( 'vegasstep', [ $current.get(0), step - 1 ] );
+                    $( 'body' ).trigger( 'vegaswalk', [ $current.get(0), step - 1 ] );
                     options.walk.apply( $current.get(0), [ step - 1 ] );
                     options.walk.apply( $current.get(0), [ step - 1 ] );
                 }
                 }
             })
             })