提交 75b23b67 编写于 作者: J Joshua Peek

Fix reserved keyword

上级 aa2fa4d4
......@@ -32,7 +32,7 @@
list.push(value)
}
Headers.prototype.delete = function(name) {
Headers.prototype['delete'] = function(name) {
delete this.map[name]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册