From c6e16e46255d38e9bd4bc8dfcf4e6424566e0834 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Tue, 10 Jul 2012 22:42:16 +0300 Subject: [PATCH] syntax error in example --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c072506..c60be35 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ To access the created canvas, provide the `onrendered` event in the options whic document.body.appendChild( canvas ); */ } - ); + }); ### Examples ###