Merge pull request #331 from iyogeshjoshi/master
Adds alternate keyword for 'adaptor' as 'adapter'
This commit is contained in:
commit
3787ebda6a
|
@ -120,7 +120,9 @@ Robot.prototype.connection = function(name, conn) {
|
|||
str += "Renaming '" + original + "' to '" + conn.name + "'";
|
||||
this.log(str);
|
||||
}
|
||||
|
||||
if ("adapter" in conn) {
|
||||
conn.adaptor = conn.adapter;
|
||||
}
|
||||
this.connections[conn.name] = initializer("adaptor", conn);
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue