Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
call: fix plugin-configure event
Browse files Browse the repository at this point in the history
  • Loading branch information
skenqbx committed Apr 26, 2015
1 parent 35a71b4 commit ce523fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/call.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ module.exports = Call;
Call.prototype.__configure = function(options) {
var configuration = new Configuration(this, options);

this.rail.emit('plugin-configure', this, configuration);
this._pointer = this._stack.push(configuration) - 1;
this.rail.emit('plugin-configure', this, configuration);

return configuration;
};
Expand Down

0 comments on commit ce523fa

Please sign in to comment.