Skip to content

Commit

Permalink
fixed reference to self
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed May 4, 2012
1 parent 40a451f commit a766c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.rss.js
Expand Up @@ -56,7 +56,7 @@
self.target.append(html)

if ($.isFunction(self.callback)) {
self.callback.call(this);
self.callback.call(self);
}
})
}
Expand Down

0 comments on commit a766c80

Please sign in to comment.