Fix syntax errors in Snippet definition.

This commit is contained in:
Colin Kuskie 2010-01-04 19:14:32 -08:00
parent ce3edcf743
commit bfccc1fa6f

View file

@ -23,10 +23,10 @@ use HTML::Packer;
use JavaScript::Packer;
use CSS::Packer;
attribute assetName => ['assetName','Asset_Snippet'],
attribute uiLevel => 5,
attribute icon => 'snippet.gif',
attribute tableName => 'snippet',
attribute assetName => ['assetName','Asset_Snippet'];
attribute uiLevel => 5;
attribute icon => 'snippet.gif';
attribute tableName => 'snippet';
property snippet => (
fieldType => 'codearea',