Set a trigger for the snippet. Update tests for snippet packing.

This commit is contained in:
Colin Kuskie 2010-05-09 21:44:18 -07:00
parent 50b2b116eb
commit 7ba305109a
2 changed files with 9 additions and 1 deletions

View file

@ -34,6 +34,7 @@ property snippet => (
label => ['assetName','Asset_Snippet'],
hoverHelp => ['snippet description','Asset_Snippet'],
default => undef,
trigger => \&_trigger_snippet,
);
sub _trigger_snippet {
my $self = shift;