Shorter module paths for default exports
This commit is contained in:
+3
-1
@@ -185,7 +185,9 @@ function fromStringInternal_(s) {
|
||||
} else {
|
||||
assert(false, 14); // Invalid color
|
||||
}
|
||||
return /** @type {module:ol/color~Color} */ (color);
|
||||
return (
|
||||
/** @type {module:ol/color~Color} */ (color)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user