sbin/res/jsdoc/app/test/name.js
author hamidouk
Mon, 02 Jan 2012 12:41:13 +0100
branchpopcorn-port
changeset 560 68e91efc5a58
parent 520 fe008e95a716
permissions -rw-r--r--
the arrow is now aligned with the pixels under it.

/**
 @name Response
 @class
*/

Response.prototype = {
	/**
	 @name Response#text
	 @function
	 @description
		Gets the body of the response as plain text
	 @returns {String}
		Response as text
	*/

	text: function() {
		return this.nativeResponse.responseText;
	}
}