From f5ba53e533eb85ca0792644b681fd82046252dc0 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Thu, 23 Nov 2017 14:30:20 +0100 Subject: [PATCH] remove create file from window --- src/utils/exportUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/exportUtils.js b/src/utils/exportUtils.js index cbdeb6e..6b910db 100644 --- a/src/utils/exportUtils.js +++ b/src/utils/exportUtils.js @@ -165,4 +165,3 @@ export async function createFile(state, type, options) { throw new Error(`did not regonize type ${type}`); } } -window.createFile = createFile;