From 64fc4a231d76b56b58dd8e66694b278ab9122e56 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 16 Dec 2009 13:31:27 -0800 Subject: [PATCH] Define what the assetName accessor returns. --- lib/WebGUI/Definition/Meta/Asset.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Definition/Meta/Asset.pm b/lib/WebGUI/Definition/Meta/Asset.pm index b30cded92..31a2f5ff5 100644 --- a/lib/WebGUI/Definition/Meta/Asset.pm +++ b/lib/WebGUI/Definition/Meta/Asset.pm @@ -89,7 +89,8 @@ the icon, 16x16, is found in www/extras/assets/small. =head2 assetName ( ) -???? +An array reference containing two items. The first is the i18n key for the asset's name. +The second is the i18n namespace to find the asset's name. =cut