fix: argument misordering
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user