Skip to content

Commit

Permalink
* GMRequest.js: ljxia's fix for GMRequest.
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Sep 30, 2009
1 parent aabbd7e commit 56f83a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GMRequest.js
Expand Up @@ -32,7 +32,7 @@ if(typeof GM_log != 'undefined')
this.url = url;
},

setRequestHeader: function(key, values) { this.headers[key] = value; },
setRequestHeader: function(key, value) { this.headers[key] = value; },
getResponseHeader: function(key) { return this.responseHeaders[key]; },
send: function(data) {
GM_xmlhttpRequest({
Expand Down

0 comments on commit 56f83a5

Please sign in to comment.