Skip to content

Commit 7df3a6f

Browse files
authored
Merge pull request #9 from jheth/patch-1
Call this._super() from init
2 parents 7661d55 + 72b379a commit 7df3a6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ssh.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ var ACTIVE_REVISION_EXT = '.active-revision';
1414

1515
module.exports = CoreObject.extend({
1616
init: function(options) {
17+
this._super(options);
1718
var plugin = options.plugin;
1819

1920
this._plugin = plugin;

0 commit comments

Comments
 (0)