Commit 4248aecb authored by antoor's avatar antoor

Correction function name

修正函数名(大写比较合适
parent c7ca406f
...@@ -594,7 +594,7 @@ Request.prototype.ca = function(cert){ ...@@ -594,7 +594,7 @@ Request.prototype.ca = function(cert){
* @param {[type]} ignore [description] * @param {[type]} ignore [description]
* @return {[type]} [description] * @return {[type]} [description]
*/ */
Request.prototype.ignoreHttps = function(ignore) { Request.prototype.ignoreHTTPS = function(ignore) {
this._ignoreHttps = !ignore; this._ignoreHttps = !ignore;
return this; return this;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment