diff --git a/js/jquery.multiDialog.js b/js/jquery.multiDialog.js index 0a4ecd5..cc302c8 100644 --- a/js/jquery.multiDialog.js +++ b/js/jquery.multiDialog.js @@ -495,7 +495,7 @@ $.extend( MultiDialog.prototype, { } }, - index: function( index ) { + goto: function( index ) { this._move( index ); },