From 2e3e02d92c06803bfdedf0ba73dc53d42efc5880 Mon Sep 17 00:00:00 2001 From: Tobie Langel Date: Thu, 24 Dec 2009 03:19:14 +0100 Subject: [PATCH] doc: Fix documentation errors in Ajax.Response. --- src/ajax/response.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ajax/response.js b/src/ajax/response.js index 658df87..18cd8ba 100644 --- a/src/ajax/response.js +++ b/src/ajax/response.js @@ -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