Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-01-14 01:57:50 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-01-14 01:57:50 (GMT)
commit263f201580b2e166fee24cf933ca5e363fc47e34 (patch)
treea1af7292a31d3b02c8515d8dd102a54f48ef64a4 /examples
parenta99032449c9f7956370a9917e7a42cdccf1a1c7b (diff)
remove unneeded code from kAudio
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/English_Animal_Identification/js/lesson.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/English_Animal_Identification/js/lesson.js b/examples/English_Animal_Identification/js/lesson.js
index 3e11213..d51c8c5 100755
--- a/examples/English_Animal_Identification/js/lesson.js
+++ b/examples/English_Animal_Identification/js/lesson.js
@@ -22,7 +22,7 @@ $(document).ready(
var t;
var current_image;
- var scoreboard = $('#scoreArea').scoreboard({'layout':'horizontal',
+ var scoreboard = $('#scoreArea').scoreboard({'layout':'vertical',
'winningScore': 6});
scoreboard.bind('winGame',
function(){