Fix typo in property initialization to satisfy Test::Class test for t_11_getEditForm.

This commit is contained in:
Scott Walters 2010-08-04 16:32:09 -04:00
parent 1b0ec95abb
commit e1ebb5d1be

View file

@ -35,7 +35,7 @@ property mapApiKey => (
hoverHelp => ["mapApiKey description", 'Asset_Map'],
builder => '_mapApiKey_builder',
lazy => 1,
subtext => \&mapApiKey_subtext,
subtext => \&_mapApiKey_subtext,
);
sub _mapApiKey_builder {
my $self = shift;