Skip to content

Commit

Permalink
Merge pull request #1719 from alexgorbatchev/patch-1
Browse files Browse the repository at this point in the history
Fixes undefined error in `plugin.dependency`
  • Loading branch information
Eran Hammer committed Jun 15, 2014
2 parents aaac166 + a1a94e1 commit c80135e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ internals.Pack.prototype._plugin = function (plugin, registerOptions, state, cal
var callback = (typeof arguments[1] === 'object' ? arguments[2] : arguments[1]);

var localState = {
dependecies: state.dependecies,
dependencies: state.dependencies,
route: env.route,
selection: selection.index
};
Expand Down

0 comments on commit c80135e

Please sign in to comment.