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