remove constructor

This commit is contained in:
casperlamboo 2016-05-06 20:00:39 +02:00 committed by Simon Voordouw
parent 16847c624f
commit 637b757215

View File

@ -14,9 +14,6 @@ import applyPrecision from './sliceActions/applyPrecision.js';
import removePrecision from './sliceActions/removePrecision.js';
export default class extends EventDispatcher {
constructor () {
super();
}
setMesh (mesh) {
mesh.updateMatrix();