www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 92378313f746461312370203b4689bb3e0ca1356
parent f9a0db633c2fdac65c3a222047697fa175f2b593
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu,  1 Sep 2011 06:54:19 +0000

Fix IE hack comments and name


Diffstat:
Mchrome/content/zotero/xpcom/server_connector.js | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js @@ -502,16 +502,16 @@ Zotero.Server.Connector.Ping.prototype = { } /** - * Test connection + * IE messaging hack * * Accepts: * Nothing * Returns: - * Nothing (200 OK response) + * Static Response */ -Zotero.Server.Connector.Ping = function() {}; -Zotero.Server.Endpoints["/connector/ieHack"] = Zotero.Server.Connector.Ping; -Zotero.Server.Connector.Ping.prototype = { +Zotero.Server.Connector.IEHack = function() {}; +Zotero.Server.Endpoints["/connector/ieHack"] = Zotero.Server.Connector.IEHack; +Zotero.Server.Connector.IEHack.prototype = { "supportedMethods":["POST"], "supportedDataTypes":["application/json"],