add space to comment

This commit is contained in:
Casper Lamboo 2018-06-21 16:10:21 +02:00
parent c55750613f
commit 023c416b5d
1 changed files with 1 additions and 1 deletions

View File

@ -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();