correcting example so it works under firefox too

This commit is contained in:
Danny Yoo 2012-02-28 00:29:44 -05:00
parent 7dc42c34c6
commit 862fa431fe

View File

@ -21,7 +21,7 @@
(unless paper
(set! paper
(js-eval
(format "Raphael(~a, ~a, ~a)"
(format "Raphael(~s, ~a, ~a)"
id width height)))))
(define (raphael-rect x1 y1 x2 y2 . more)