From 023c416b5ddc2e67d3b9dd64637619806a3633b0 Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Thu, 21 Jun 2018 16:10:21 +0200 Subject: [PATCH] add space to comment --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d948ccd..31ee992 100644 --- a/index.js +++ b/index.js @@ -27,7 +27,7 @@ import { createFile } from './src/utils/exportUtils.js'; import sketchDataToJSON from './src/shape/sketchDataToJSON.js'; import { JSONToBlob } from './src/utils/binaryUtils.js'; -//usage: downloadStl({lineWidth:20}) +// usage: downloadStl({lineWidth:20}) window.downloadStl = (options) => { store.dispatch(async (dispatch, getState) => { const state = getState();