Skip to content

Commit

Permalink
Fixed invalid reference to object variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bjester committed May 18, 2014
1 parent 318fc7e commit 0c271da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
else if ($.type('options') === 'object')
{
callback = callback || $.noop;
options = $.extend({}, defaultOptions, options);
options = $.extend({}, this.defaultOptions, options);
}
else
{
Expand Down

0 comments on commit 0c271da

Please sign in to comment.