Skip to content

Commit

Permalink
fix: argument misordering
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Jun 22, 2020
1 parent d45b873 commit 3d3ca9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/ui_models/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ export class WebApplication extends SNApplication {
deviceInterface,
new SNWebCrypto(),
namespace,
undefined,
[
{
swap: SNAlertService,
with: AlertService
}
]
],
undefined,
);
this.$compile = $compile;
this.scope = scope;
Expand Down

0 comments on commit 3d3ca9b

Please sign in to comment.