Skip to content

Commit

Permalink
doc comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Miles committed May 10, 2012
1 parent 24e157f commit 1705717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/ajax/AjaxProperties.js
Expand Up @@ -15,7 +15,7 @@
method: "GET", // {value: "GET", options: ["GET", "POST", "PUT", "DELETE"]},
/**
How the response will be handled.
Supported values are: <code>"json", "text", "xml"</code>.
Supported values are: <code>"json", "text", "xml"</code>
*/
handleAs: "json", // {value: "json", options: ["text", "json", "xml"]},
/**
Expand All @@ -29,7 +29,7 @@
sync: false,
/**
Optional additional request headers as a JS object, e.g.
<code>{ "X-My-Header": "My Value", "Mood": "Happy" }</code>, or null.
<code>{ "X-My-Header": "My Value", "Mood": "Happy" }</code> or null.
*/
headers: null,
/**
Expand All @@ -45,7 +45,7 @@
*/
password: "",
/**
Optional object with fields to pass directly to the underlying XHR object
Optional object with fields to pass directly to the underlying XHR object.
*/
xhrFields: null
};

0 comments on commit 1705717

Please sign in to comment.