remove create file from window

This commit is contained in:
casperlamboo 2017-11-23 14:30:20 +01:00
parent 687b95604b
commit f5ba53e533
1 changed files with 0 additions and 1 deletions

View File

@ -165,4 +165,3 @@ export async function createFile(state, type, options) {
throw new Error(`did not regonize type ${type}`);
}
}
window.createFile = createFile;