svn: r12499
This commit is contained in:
Jay McCarthy 2008-11-18 22:02:16 +00:00
parent cfb1805e44
commit cb68faa140

View File

@ -13,7 +13,7 @@
(define launch-browser? #t)
(provide/contract
[static-files-path ((or/c string? path?) . -> . void?)])
[static-files-path (path-string? . -> . void?)])
(define (static-files-path path)
(set! extra-files-path
(if (path? path)