code format

This commit is contained in:
Val Erastov 2016-11-27 23:28:42 -08:00
parent 3bce2d9862
commit 8945e95fd7

View file

@ -4,7 +4,7 @@ import {Tool} from './tool'
import Vector from '../../math/vector'
import * as math from '../../math/math';
export class AddArcTool extends Tool{
export class AddArcTool extends Tool {
constructor(viewer) {
super('arc', viewer);