From 7517f522d0734aeb24e4500c4287fc8ebb61e026 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Sat, 7 May 2016 23:46:08 +0200 Subject: [PATCH] use single quotes --- src/sliceActions/generateSupport.js | 2 +- src/sliceActions/intersectionsToShapes.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sliceActions/generateSupport.js b/src/sliceActions/generateSupport.js index ce71913..17ca7b3 100644 --- a/src/sliceActions/generateSupport.js +++ b/src/sliceActions/generateSupport.js @@ -3,7 +3,7 @@ import Shape from 'Doodle3D/clipper-js'; import { PRECISION } from '../constants.js'; export default function generateSupport(slices, settings) { - console.log("generating support"); + console.log('generating support'); if (!settings.config.supportEnabled) return; diff --git a/src/sliceActions/intersectionsToShapes.js b/src/sliceActions/intersectionsToShapes.js index 0143cda..8bada93 100644 --- a/src/sliceActions/intersectionsToShapes.js +++ b/src/sliceActions/intersectionsToShapes.js @@ -2,7 +2,7 @@ import THREE from 'three.js'; import Shape from 'Doodle3D/clipper-js'; export default function intersectionsToShapes(layerIntersectionIndexes, layerIntersectionPoints, lines, settings) { - console.log("generating slices"); + console.log('generating slices'); const layers = [];