Skip to content

Commit

Permalink
clean up view classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed Aug 24, 2019
1 parent ab76cd0 commit 8bc1142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/core/src/views/orbit-view.js
Expand Up @@ -91,8 +91,7 @@ export default class OrbitView extends View {

get controller() {
return this._getControllerProps({
type: OrbitController,
ViewportType: OrbitViewport
type: OrbitController
});
}
}
Expand Down
3 changes: 1 addition & 2 deletions modules/core/src/views/orthographic-view.js
Expand Up @@ -48,8 +48,7 @@ export default class OrthographicView extends View {

get controller() {
return this._getControllerProps({
type: OrthographicController,
ViewportType: OrthographicViewport
type: OrthographicController
});
}
}
Expand Down

0 comments on commit 8bc1142

Please sign in to comment.