From 555e364eb102225c7c8f6b4dad99ac8a1fa1ff53 Mon Sep 17 00:00:00 2001 From: Qinsi ZHU Date: Fri, 23 Oct 2015 15:05:14 +0800 Subject: [PATCH] update three/three-editorcontrols EditorControls should inherit from EventDispatcher --- threejs/three-editorcontrols.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threejs/three-editorcontrols.d.ts b/threejs/three-editorcontrols.d.ts index 79cc0e66a..d25160efb 100644 --- a/threejs/three-editorcontrols.d.ts +++ b/threejs/three-editorcontrols.d.ts @@ -7,7 +7,7 @@ declare module THREE { - class EditorControls extends Object3D { + class EditorControls extends EventDispatcher { constructor(object: Camera, domElement?:HTMLElement);