fixes for #859, ie compat

This commit is contained in:
Tony Tam
2015-01-29 23:02:04 -08:00
parent a969680904
commit 0e69c5e1f4
6 changed files with 308 additions and 308 deletions

View File

@@ -2207,7 +2207,7 @@ module.exports = {
constructor.prototype.getHeaders = function() { return getHeaders(this,arguments); };
constructor.prototype.setHeader = function(key,value) { return setHeader(this,key,value); };
constructor.prototype.setHeaders = function(hash) { return setHeaders(this,hash); };
},
}
};
});