Skip to content

Commit

Permalink
bugfix (the jQuery plugin broke JQuery stuff)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaccon committed Oct 21, 2010
1 parent 63a7dbf commit 2664440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jquery.persistence.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if (persistence.sync) {
return this[0][name]();
}
} else {
originalDataMethod.apply(this, arguments);
return originalDataMethod.apply(this, arguments);
}
};
})(jQuery);

0 comments on commit 2664440

Please sign in to comment.