Skip to content

Commit

Permalink
Small fix in watch
Browse files Browse the repository at this point in the history
  • Loading branch information
gazay committed Dec 18, 2012
1 parent 11e131d commit 1245718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gon.watch = function(name, possibleOptions, possibleCallback) {
fn: callback
});
} else {
return performAjax;
return performAjax();
}
};

Expand Down

0 comments on commit 1245718

Please sign in to comment.