소스 검색

Rename vegasstep event with vegaswalk

Jay Salvat 14 년 전
부모
커밋
cee5a24663
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ] );
                 }
             })