From ad9d5604e096e0b67eeb9e3630987a6ad9478eb5 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 6 Aug 2010 12:21:03 -0700 Subject: [PATCH] Remove duplicate default in CartItem options. --- lib/WebGUI/Shop/CartItem.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Shop/CartItem.pm b/lib/WebGUI/Shop/CartItem.pm index 040c8db81..96a573a6f 100644 --- a/lib/WebGUI/Shop/CartItem.pm +++ b/lib/WebGUI/Shop/CartItem.pm @@ -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',