Merge pull request #13673 from ahocevar/getclipcoords-null
Add null return type
This commit is contained in:
@@ -287,7 +287,7 @@ class ExecutorGroup {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {import("../../transform.js").Transform} transform Transform.
|
* @param {import("../../transform.js").Transform} transform Transform.
|
||||||
* @return {Array<number>} Clip coordinates.
|
* @return {Array<number>|null} Clip coordinates.
|
||||||
*/
|
*/
|
||||||
getClipCoords(transform) {
|
getClipCoords(transform) {
|
||||||
const maxExtent = this.maxExtent_;
|
const maxExtent = this.maxExtent_;
|
||||||
|
|||||||
Reference in New Issue
Block a user