Skip to content

Commit

Permalink
Rename vegasstep event with vegaswalk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Salvat committed Jun 14, 2011
1 parent 38004f7 commit cee5a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.vegas.js
Expand Up @@ -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 ] );
} }
}) })
Expand Down

0 comments on commit cee5a24

Please sign in to comment.