doc: Fix documentation errors in Ajax.Response.

This commit is contained in:
Tobie Langel 2009-12-24 03:19:14 +01:00
parent bccb541797
commit 2e3e02d92c
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ Ajax.Response = Class.create({
},
/**
* Ajax.Response.getResponseHeader(name) -> String
* Ajax.Response#getResponseHeader(name) -> String
*
* Returns the value of the requested header if present; throws an error
* otherwise. This is just a wrapper around the `XmlHttpRequest` method of
@ -132,7 +132,7 @@ Ajax.Response = Class.create({
},
/**
* Ajax.Response.getAllResponseHeaders() -> String
* Ajax.Response#getAllResponseHeaders() -> String
*
* Returns a string containing all headers separated by line breaks; throws
* an error if no headers exist. This is just a wrapper around the