Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderer committed May 27, 2017
1 parent 0aa1ff5 commit c8d99be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portManager.js
Expand Up @@ -96,7 +96,7 @@ module.exports = class PortManager {

/**
* get the port name given its referance
* @return {string
* @return {string}
*/
getBoundName (portRef) {
return this._portMap.get(portRef).name
Expand Down

0 comments on commit c8d99be

Please sign in to comment.