Skip to content

Commit

Permalink
fix forgetten renamed of settings.unload to destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
trepmag committed Mar 11, 2012
1 parent e2f49d4 commit c195379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jrac/jquery.jrac.js
Expand Up @@ -71,8 +71,8 @@
$image.data('original', $image.clone());
}

// Do nothing more if unload asked
if (settings.unload) {
// Do nothing more if destroy is asked
if (destroy) {
return;
}

Expand Down

0 comments on commit c195379

Please sign in to comment.