Remove duplicate default in CartItem options.

This commit is contained in:
Colin Kuskie 2010-08-06 12:21:03 -07:00
parent be42b7118c
commit ad9d5604e0

View file

@ -18,7 +18,6 @@ property configuredTitle => (
property options => (
is => 'rw',
noFormPost => 1,
default => '',
default => sub { return {}; },
traits => ['Hash', 'WebGUI::Definition::Meta::Property::Serialize',],
isa => 'WebGUI::Type::JSONHash',