Skip to content

Commit

Permalink
Fix the destroy() error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysalvat committed May 4, 2012
1 parent 1e4f168 commit e54a849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.vegas.js
Expand Up @@ -119,7 +119,7 @@
if ( !what || what == 'background') {
$( '.vegas-background, .vegas-loading' ).remove();
$( window ).unbind( 'resize.vegas' );
$current = null;
$current = $();
}

if ( what == 'overlay') {
Expand Down

0 comments on commit e54a849

Please sign in to comment.