Skip to content

Commit

Permalink
postBody comment update
Browse files Browse the repository at this point in the history
Updated postBody description to state how postBody erase params in case both are set

Signed-off-by: nicolas-rempulski <nicolas.rempulski@gmail.com>
  • Loading branch information
nicolas-rempulski committed Nov 14, 2012
1 parent e9384ac commit 6f5649f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/ajax/AjaxProperties.js
Expand Up @@ -39,6 +39,7 @@ enyo.AjaxProperties = {
headers: null, headers: null,
/** /**
The content for the request body for POST method. If this is not set, params will be used instead. The content for the request body for POST method. If this is not set, params will be used instead.
When both params and postBody are set, postBody override any data provided as params thus destroying them.
*/ */
postBody: "", postBody: "",
/** /**
Expand Down

0 comments on commit 6f5649f

Please sign in to comment.