Merge pull request #25734 from muddytummy/three

Add missing dispose() method type.
This commit is contained in:
Ron Buckton
2018-05-14 16:48:11 -07:00
committed by GitHub

View File

@@ -31,6 +31,8 @@ export class TrackballControls extends EventDispatcher {
reset(): void;
dispose(): void;
checkDistances(): void;
zoomCamera(): void;