fix: argument misordering

This commit is contained in:
Baptiste Grob
2020-06-22 15:48:36 +02:00
parent d45b873046
commit 3d3ca9b94a

View File

@@ -64,13 +64,13 @@ export class WebApplication extends SNApplication {
deviceInterface, deviceInterface,
new SNWebCrypto(), new SNWebCrypto(),
namespace, namespace,
undefined,
[ [
{ {
swap: SNAlertService, swap: SNAlertService,
with: AlertService with: AlertService
} }
] ],
undefined,
); );
this.$compile = $compile; this.$compile = $compile;
this.scope = scope; this.scope = scope;