diff --git a/lib/ssh.js b/lib/ssh.js index 837f9a7..fc91553 100644 --- a/lib/ssh.js +++ b/lib/ssh.js @@ -14,6 +14,7 @@ var ACTIVE_REVISION_EXT = '.active-revision'; module.exports = CoreObject.extend({ init: function(options) { + this._super(options); var plugin = options.plugin; this._plugin = plugin;