Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from killmenot/master
Browse files Browse the repository at this point in the history
Adding return statement
  • Loading branch information
jfhovinne committed Sep 25, 2011
2 parents 1e5d740 + 849e118 commit 63b7f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jfeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jQuery.getFeed = function(options) {

if (options.url) {

$.ajax({
return $.ajax({
type: 'GET',
url: options.url,
data: options.data,
Expand Down

0 comments on commit 63b7f34

Please sign in to comment.