From f5f32a13c1775634664f55703abe46cb71f35de5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 11 Jun 2018 13:32:57 -0400 Subject: [PATCH] load DuoWebSDK as a module --- jslib | 2 +- src/app/main.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/jslib b/jslib index 7b05416d55..4bd9a9fc11 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 7b05416d556c6041e638ec5fcb58a060062cda84 +Subproject commit 4bd9a9fc1121cd2f9bbe3b414c6239040b4fe880 diff --git a/src/app/main.ts b/src/app/main.ts index 049081c05d..c6f0d55d0e 100644 --- a/src/app/main.ts +++ b/src/app/main.ts @@ -5,8 +5,6 @@ import { isDev } from 'jslib/electron/utils'; // tslint:disable-next-line require('../scss/styles.scss'); -// tslint:disable-next-line -require('../scripts/duo.js'); import { AppModule } from './app.module';