Skip to content

Commit

Permalink
updating for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Nov 8, 2011
1 parent a90e3f5 commit cc024db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vsdoc/amplify-vsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ var amplify = {
/// Request a resource.
/// 
Additional Signatures:
/// 
	1. amplify.request( resourceId [, data [, callback ]] )
/// 
	2. amplify.request( settings* )
/// 
	2. amplify.request( resourceId [, data [, success [, error ]]] )
/// 
	3. amplify.request( settings* )
/// 

API Reference: http://amplifyjs.com/api/request
/// </summary>
/// <param name="resourceId" type="String">Identifier string for the resource.</param>
/// <param name="data" type="Object" optional="true">An object literal of data to be sent to the resource.</param>
/// <param name="callback" type="Function" optional="true">A function to call once the resource has been retrieved.</param>
/// <param name="success" type="Function" optional="true">A Function to invoke on success.</param>
/// <param name="error" type="Function" optional="true">A Function to invoke on error.</param>
/// <param name="settings*" type="Hash">
/// * This parameter is only used with the #2 signature. A set of key/value pairs of settings for the request.
/// &#10;&#09;{
Expand Down

0 comments on commit cc024db

Please sign in to comment.