From c8c4bfa4bd2303f7c887b44291ec51e98de04980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Val=C3=A9ry?= Date: Sat, 11 Jan 2014 17:11:14 +0100 Subject: [PATCH] fix id globe name great job, thanks --- site/public/examples/rotating.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/public/examples/rotating.ejs b/site/public/examples/rotating.ejs index d20a86d..7fb78ae 100644 --- a/site/public/examples/rotating.ejs +++ b/site/public/examples/rotating.ejs @@ -19,7 +19,7 @@
HTML
-
<canvas id='basicGlobe' width='400' height='400'
+
<canvas id='rotatingGlobe' width='400' height='400'
   style='width: 400px; height: 400px; cursor: move;'></canvas>
JavaScript