From 8372c56e2aaf6a8de91fa98df104252ddfe64cda Mon Sep 17 00:00:00 2001 From: Ben Pickles Date: Fri, 1 Jul 2011 22:50:53 +0100 Subject: [PATCH] Don't need that. --- jquery.peity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.peity.js b/jquery.peity.js index 3bd9385..c4251f3 100644 --- a/jquery.peity.js +++ b/jquery.peity.js @@ -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) })