html.entities: cleanup using.
parent
08051d9ba8
commit
9a5cd7d13d
|
@ -1,9 +1,9 @@
|
|||
! Copyright (C) 2014 John Benediktsson
|
||||
! See http://factorcode.org/license.txt for BSD license
|
||||
|
||||
USING: assocs combinators.short-circuit kernel literals locals
|
||||
make math math.order math.parser math.ranges regexp sequences
|
||||
splitting strings ;
|
||||
USING: assocs combinators.short-circuit kernel make math
|
||||
math.order math.parser math.ranges regexp sequences splitting
|
||||
strings ;
|
||||
|
||||
IN: html.entities
|
||||
|
||||
|
|
Loading…
Reference in New Issue