Mercurial > pub > Impl
diff Lib/IMPL/DOM/Schema/Property.pm @ 381:ced5937ff21a
Custom getters/setters support method names in theirs definitions
Initial support for localizable labels in DOM schemas
author | cin |
---|---|
date | Wed, 22 Jan 2014 16:56:10 +0400 |
parents | 0f59b2de72af |
children | 5aff94ba842f |
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/Property.pm Fri Jan 17 15:58:57 2014 +0400 +++ b/Lib/IMPL/DOM/Schema/Property.pm Wed Jan 22 16:56:10 2014 +0400 @@ -36,7 +36,6 @@ my ($this,$node,$ctx) = @_; my $prop = $this->name; - # buld a pseudo node for the property value my $nodeProp = new IMPL::DOM::Node(nodeName => '::property', nodeValue => eval { $node->$prop() } || $node->nodeProperty($prop));