cleanup calculate layers intersections

This commit is contained in:
casperlamboo 2016-04-23 09:56:47 +02:00 committed by Simon Voordouw
parent bc798930fb
commit af396bf58a

View File

@ -43,8 +43,5 @@ export default function calculateLayersIntersections(lines, settings) {
} }
} }
return { return { layerIntersectionIndexes, layerIntersectionPoints };
layerIntersectionIndexes,
layerIntersectionPoints
};
} }