瀏覽代碼

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 ] );
                 }
             })