Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
JsDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lcallarec committed May 7, 2014
1 parent 87a865a commit 2030aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Flownode.Http = function(url, method) {
/**
* @function
* @param {Object} data
* @param {Object} callbacks ({done: {}, fail: {}})
* @param {Object} callbacks ({onAPISuccess: null, onAPIError: null})
**/
this.send = function(data, callbacks) {

Expand Down

0 comments on commit 2030aca

Please sign in to comment.