Explorar o código

Rename vegasstep event with vegaswalk

Jay Salvat %!s(int64=14) %!d(string=hai) anos
pai
achega
cee5a24663
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jquery.vegas.js

+ 1 - 1
jquery.vegas.js

@@ -100,7 +100,7 @@
                 options.load.apply( $current.get(0), [ step - 1 ] );
 
                 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 ] );
                 }
             })