typo fix
This commit is contained in:
parent
f5e8b6bbd6
commit
f9e269bfc2
|
@ -8,7 +8,8 @@
|
|||
var originalCas = [
|
||||
/*TPL*/
|
||||
];
|
||||
module.exports.rootCas = module.exports = originalCas.slice(0);
|
||||
module.exports = originalCas.slice(0); // backwards compat
|
||||
module.exports.rootCas = module.exports;
|
||||
module.exports.rootCas.inject = function (/*context*/) {
|
||||
var rootCas = this || module.exports.rootCas;
|
||||
var opts = /*context ||*/ require('https').globalAgent.options;
|
||||
|
|
Loading…
Reference in New Issue