From d6db007765da810f4b6667f508450497cd438b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 13 Jun 2013 15:57:12 -0700 Subject: [PATCH] Fix documentation warning. --- src/item/Item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item/Item.js b/src/item/Item.js index 030e8603..ad2e2860 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -2030,7 +2030,7 @@ var Item = Base.extend(Callback, /** @lends Item# */{ * The color the item is highlighted with when selected. If the item does * not specify its own color, the color defined by its layer is used instead. * - * @name Style#selectedColor + * @name Item#selectedColor * @property * @type Color */