Fix handler

db4
Slava Pestov 2008-08-31 19:23:04 -05:00
parent 29e5ed2adb
commit facc5edeec
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ TUPLE: handler < wrapper table ;
: <handler> ( child -- handler ) handler new-wrapper ;
M: handler handle-gesture ( gesture gadget -- ? )
over table>> at dup [ call f ] [ 2drop t ] if ;
tuck table>> at dup [ call f ] [ 2drop t ] if ;