From 7f148db48707eab76b2917a61def9721f115ba8d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 17 Feb 2010 16:53:03 -0800 Subject: [PATCH] Fix bad subtext in mapApiKey property --- lib/WebGUI/Asset/Wobject/Map.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Map.pm b/lib/WebGUI/Asset/Wobject/Map.pm index 0346a0b04..e8dcaf21b 100644 --- a/lib/WebGUI/Asset/Wobject/Map.pm +++ b/lib/WebGUI/Asset/Wobject/Map.pm @@ -36,7 +36,7 @@ property mapApiKey => ( hoverHelp => ["mapApiKey description", 'Asset_Map'], builder => '_mapApiKey_builder', lazy => 1, - subtext => + subtext => \&mapApiKey_subtext, ); sub _mapApiKey_builder { my $self = shift;