mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 19:43:48 +01:00
remove constructor
This commit is contained in:
parent
6c18b44827
commit
5f5fac3180
@ -14,9 +14,6 @@ import applyPrecision from './sliceActions/applyPrecision.js';
|
|||||||
import removePrecision from './sliceActions/removePrecision.js';
|
import removePrecision from './sliceActions/removePrecision.js';
|
||||||
|
|
||||||
export default class extends EventDispatcher {
|
export default class extends EventDispatcher {
|
||||||
constructor () {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
setMesh (mesh) {
|
setMesh (mesh) {
|
||||||
mesh.updateMatrix();
|
mesh.updateMatrix();
|
||||||
|
Loading…
Reference in New Issue
Block a user