Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhitman <bryan@olenepal.org>2009-09-09 11:30:54 (GMT)
committer hitman <bryan@olenepal.org>2009-09-09 11:30:54 (GMT)
commitd2ed657c6724a5475f8a72a00f631bda78a3ce04 (patch)
treedc57dd22ad34a341112b1c6519e5d6e6a42d5c6a
parent0397fae80f5bd6355f4378a5d69db1e79cab6933 (diff)
removed width and height for k.surfaces as no longer needed0.08
-rwxr-xr-xexamples/adding_up_to_10/js/lesson.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/adding_up_to_10/js/lesson.js b/examples/adding_up_to_10/js/lesson.js
index 0974180..82fc2ac 100755
--- a/examples/adding_up_to_10/js/lesson.js
+++ b/examples/adding_up_to_10/js/lesson.js
@@ -22,12 +22,12 @@ $(document).ready(function(){
],
surfaces: [
- {id:"topLt", canvas:"topLtCanvas", width: 200, height: 200},
- {id:"topRt", canvas:"topRtCanvas", width: 200, height: 200},
- {id:"bottomLt", canvas:"bottomLtCanvas", width: 200, height: 200},
- {id:"bottomMd", canvas:"bottomMdCanvas", width: 200, height: 200},
- {id:"bottomRt", canvas:"bottomRtCanvas", width: 200, height: 200},
- {id:"timer", canvas:"timerCanvas", width: 100, height: 140},
+ {id:"topLt", canvas:"topLtCanvas"},
+ {id:"topRt", canvas:"topRtCanvas"},
+ {id:"bottomLt", canvas:"bottomLtCanvas"},
+ {id:"bottomMd", canvas:"bottomMdCanvas"},
+ {id:"bottomRt", canvas:"bottomRtCanvas"},
+ {id:"timer", canvas:"timerCanvas"},
{id:"scorebox", canvas:"scoreboxCanvas"},
{id:"chimp", canvas:"chimpCanvas"}