Fix a whole bunch of aspect comma/semicolon changes.

This commit is contained in:
Colin Kuskie 2010-02-15 13:52:11 -08:00
parent eb826c7d18
commit dc2d086b2a
8 changed files with 20 additions and 20 deletions

View file

@ -19,8 +19,8 @@ use Tie::IxHash;
#use base qw(WebGUI::AssetAspect::Comments WebGUI::Asset);
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset';
aspect assetName => ['assetName', 'Asset_MatrixListing'],
aspect tableName => 'MatrixListing',
aspect assetName => ['assetName', 'Asset_MatrixListing'];
aspect tableName => 'MatrixListing';
property screenshots => (
tab => "properties",
fieldType => "image",