new accessors
parent
299719ed5e
commit
f98b424d18
|
@ -203,6 +203,6 @@ CHLOE: button
|
||||||
{
|
{
|
||||||
[ [ attrs>> chloe-attrs-only ] dip add-tag-attrs ]
|
[ [ attrs>> chloe-attrs-only ] dip add-tag-attrs ]
|
||||||
[ [ attrs>> non-chloe-attrs-only ] dip "button" tag-named add-tag-attrs ]
|
[ [ attrs>> non-chloe-attrs-only ] dip "button" tag-named add-tag-attrs ]
|
||||||
[ [ children>string 1array ] dip "button" tag-named set-tag-children ]
|
[ [ children>string 1array ] dip "button" tag-named (>>children) ]
|
||||||
[ nip ]
|
[ nip ]
|
||||||
} 2cleave process-chloe-tag ;
|
} 2cleave process-chloe-tag ;
|
||||||
|
|
Loading…
Reference in New Issue