Skip to content

Commit

Permalink
fix(launcher) add missing injector arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-hamel committed Mar 28, 2014
1 parent 593eccd commit d0e6848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ IEBrowser.prototype = {
ENV_CMD: 'IE_BIN'
};

IEBrowser.$inject = ['baseBrowserDecorator', 'logger'];
IEBrowser.$inject = ['baseBrowserDecorator', 'logger', 'args'];


// PUBLISH DI MODULE
Expand Down

0 comments on commit d0e6848

Please sign in to comment.