projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
11f2150
)
sync_to_action not required, will trigger off value set
matthewt [Sat, 2 Feb 2008 16:33:15 +0000 (16:33 +0000)]
lib/Reaction/UI/ViewPort/Field/Mutable/Array.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Reaction/UI/ViewPort/Field/Mutable/Array.pm
b/lib/Reaction/UI/ViewPort/Field/Mutable/Array.pm
index
49e629b
..
0bf0104
100644
(file)
--- a/
lib/Reaction/UI/ViewPort/Field/Mutable/Array.pm
+++ b/
lib/Reaction/UI/ViewPort/Field/Mutable/Array.pm
@@
-11,7
+11,6
@@
class Array is 'Reaction::UI::ViewPort::Field::Array', which {
return $orig->($self) unless @_;
my $value = defined $_[0] ? $_[0] : [];
$orig->($self, (ref $value eq 'ARRAY' ? $value : [ $value ]));
- $self->sync_to_action;
};
};