Shorter module paths for default exports
This commit is contained in:
+3
-1
@@ -494,7 +494,9 @@ export function getCorner(extent, corner) {
|
||||
} else {
|
||||
assert(false, 13); // Invalid corner
|
||||
}
|
||||
return /** @type {!module:ol/coordinate~Coordinate} */ (coordinate);
|
||||
return (
|
||||
/** @type {!module:ol/coordinate~Coordinate} */ (coordinate)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user