webapps.pastebin: fix calling >>annotations on f.
parent
a56a00689f
commit
67ea8e7fa0
|
@ -80,10 +80,10 @@ TUPLE: annotation < entity parent ;
|
||||||
: lookup-annotation ( id -- annotation )
|
: lookup-annotation ( id -- annotation )
|
||||||
[ f ] dip <annotation> select-tuple ;
|
[ f ] dip <annotation> select-tuple ;
|
||||||
|
|
||||||
: paste ( id -- paste )
|
: paste ( id -- paste/f )
|
||||||
[ <paste-state> select-tuple ]
|
[ <paste-state> select-tuple ] keep over [
|
||||||
[ f <annotation> select-tuples ]
|
f <annotation> select-tuples >>annotations
|
||||||
bi >>annotations ;
|
] [ drop ] if ;
|
||||||
|
|
||||||
! ! !
|
! ! !
|
||||||
! LINKS, ETC
|
! LINKS, ETC
|
||||||
|
|
Loading…
Reference in New Issue