Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-02-18 04:19:16 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-02-18 04:19:16 (GMT)
commit7f70350b9d64f94b49ed2a2470aa67d4a128fc4a (patch)
tree573e5563d69a953d0116fe2c7ec7e8bd9fd30451 /js
parentb56d0f1cf5c321f216c7a1f14e8a734c4a96bede (diff)
comment out example codeHEADmaster
Diffstat (limited to 'js')
-rwxr-xr-xjs/lesson.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/lesson.js b/js/lesson.js
index 781d293..906a344 100755
--- a/js/lesson.js
+++ b/js/lesson.js
@@ -44,6 +44,7 @@ $(document).ready(
*/
//here are examples of binding behavior to events
+ /*
kFooter.bind('kFooterWinGame',
function(){
$('.optImg').hide();
@@ -65,7 +66,7 @@ $(document).ready(
}
);
-
+ */
}); //end of games