Skip to content

Commit

Permalink
Don't need that.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed Jul 6, 2011
1 parent 5acc78d commit 8372c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.peity.js
Expand Up @@ -12,7 +12,7 @@
var opts = $.extend({}, options)
var self = this

$.each(opts || {}, function(name, value) {
$.each(opts, function(name, value) {
if ($.isFunction(value)) opts[name] = value.call(self)
})

Expand Down

0 comments on commit 8372c56

Please sign in to comment.