correcting example so it works under firefox too
This commit is contained in:
parent
7dc42c34c6
commit
862fa431fe
|
@ -21,7 +21,7 @@
|
||||||
(unless paper
|
(unless paper
|
||||||
(set! paper
|
(set! paper
|
||||||
(js-eval
|
(js-eval
|
||||||
(format "Raphael(~a, ~a, ~a)"
|
(format "Raphael(~s, ~a, ~a)"
|
||||||
id width height)))))
|
id width height)))))
|
||||||
|
|
||||||
(define (raphael-rect x1 y1 x2 y2 . more)
|
(define (raphael-rect x1 y1 x2 y2 . more)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user