Fix the typo for the method name
This commit is contained in:
parent
8a114c635f
commit
a5242a3b77
|
@ -82,7 +82,7 @@ MailConnector.prototype.transportForName = function(name) {
|
||||||
* @return {Transport} transport
|
* @return {Transport} transport
|
||||||
*/
|
*/
|
||||||
|
|
||||||
MailConnector.prototype.transportForName = function(name) {
|
MailConnector.prototype.defaultTransport = function(name) {
|
||||||
return this.transports[0];
|
return this.transports[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue