Set the default values after the property name

This commit is contained in:
Frederic Junod
2019-04-15 16:44:06 +02:00
parent 04963c83d6
commit 08dd5f58a2
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
/**
* @typedef {Object} Options
* @property {import("../color.js").Color|import("../colorlike.js").ColorLike} [color] A color, gradient or pattern.
* @property {import("../color.js").Color|import("../colorlike.js").ColorLike} [color=null] A color, gradient or pattern.
* See {@link module:ol/color~Color} and {@link module:ol/colorlike~ColorLike} for possible formats.
* Default null; if null, the Canvas/renderer default black will be used.
*/