fixed typo.
This commit is contained in:
parent
1be9ee652b
commit
5aeb00d137
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ sub definition {
|
||||||
my $class = shift;
|
my $class = shift;
|
||||||
my $definition = shift;
|
my $definition = shift;
|
||||||
push(@{$definition}, {
|
push(@{$definition}, {
|
||||||
icon=>'matrix.gif'
|
icon=>'matrix.gif',
|
||||||
tableName=>'Matrix',
|
tableName=>'Matrix',
|
||||||
className=>'WebGUI::Asset::Wobject::Matrix',
|
className=>'WebGUI::Asset::Wobject::Matrix',
|
||||||
properties=>{
|
properties=>{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue