Fix typo in property initialization to satisfy Test::Class test for t_11_getEditForm.
This commit is contained in:
parent
1b0ec95abb
commit
e1ebb5d1be
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue