switch over to sub style from AUTOLOAD style (Widget transition)
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Value / List.pm
index 32c45c1..89598d8 100644 (file)
@@ -4,7 +4,7 @@ use Reaction::UI::WidgetClass;
 
 class List, which {
   fragment widget [ qw/list/ ];
-  fragment list   [ item over func('viewport', 'value_names') ];
+  fragment list   [ item => over func('viewport', 'value_names') ];
   fragment item   [ string {""} ], { value => $_ };
 };