new accessors

db4
Doug Coleman 2008-09-02 03:04:14 -05:00
parent 299719ed5e
commit f98b424d18
1 changed files with 1 additions and 1 deletions

View File

@ -203,6 +203,6 @@ CHLOE: button
{
[ [ attrs>> chloe-attrs-only ] dip 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 ]
} 2cleave process-chloe-tag ;