Skip to content

Commit

Permalink
Merge pull request #3122 from tomtung/master
Browse files Browse the repository at this point in the history
TrackballControls should extend EventDispatcher (threejs)
  • Loading branch information
vvakame committed Nov 12, 2014
2 parents af306b9 + 792d0aa commit 41840d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threejs/three-trackballcontrols.d.ts
Expand Up @@ -6,7 +6,7 @@
/// <reference path="./three.d.ts" />

declare module THREE {
class TrackballControls {
class TrackballControls extends EventDispatcher {
constructor(object:Camera, domElement?:HTMLElement);

object:Camera;
Expand Down

0 comments on commit 41840d0

Please sign in to comment.