Update SNJS

This commit is contained in:
Mo Bitar
2020-03-14 11:06:03 -05:00
parent 444c18bbde
commit 8fcfef08a6
22 changed files with 89726 additions and 68 deletions

View File

@@ -5,7 +5,7 @@ import {
platformFromString
} from 'snjs';
import { getPlatformString } from '@/utils';
import { AlertManager } from '@/services/alertManager';
import { AlertService } from '@/services/alertService';
import { WebDeviceInterface } from '@/web_device_interface';
export class Application extends SNApplication {
@@ -21,7 +21,7 @@ export class Application extends SNApplication {
swapClasses: [
{
swap: SNAlertService,
with: AlertManager
with: AlertService
}
]
});