summaryrefslogtreecommitdiff
path: root/src/webex/notify.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-29 02:44:28 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-29 02:44:28 +0200
commit3f01c9490bd6932aa991ecd86e8aaacecb911efc (patch)
tree2f5d94feca2ac56110049c09614c0274970c6812 /src/webex/notify.ts
parent5b90311befce19a4afd1fd778e5f23674e7b2eb1 (diff)
downloadwallet-core-3f01c9490bd6932aa991ecd86e8aaacecb911efc.tar.gz
wallet-core-3f01c9490bd6932aa991ecd86e8aaacecb911efc.tar.bz2
wallet-core-3f01c9490bd6932aa991ecd86e8aaacecb911efc.zip
adjust webpack config to exclude node modules
Diffstat (limited to 'src/webex/notify.ts')
-rw-r--r--src/webex/notify.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webex/notify.ts b/src/webex/notify.ts
index 23e73d145..c743240a4 100644
--- a/src/webex/notify.ts
+++ b/src/webex/notify.ts
@@ -27,6 +27,8 @@
*/
import URI = require("urijs");
+import * as wxApi from "./wxApi";
+
declare var cloneInto: any;
const PROTOCOL_VERSION = 1;