()
| 56963 | _inherits(FirstPersonView, _View); |
| 56964 | |
| 56965 | function FirstPersonView() { |
| 56966 | _classCallCheck(this, FirstPersonView); |
| 56967 | |
| 56968 | return _possibleConstructorReturn(this, _getPrototypeOf(FirstPersonView).apply(this, arguments)); |
| 56969 | } |
| 56970 | |
| 56971 | _createClass(FirstPersonView, [{ |
| 56972 | key: "_getViewport", |
nothing calls this directly
no test coverage detected