Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/Conozco-Uruguay/js/capital.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Conozco-Uruguay/js/capital.js')
-rwxr-xr-xexamples/Conozco-Uruguay/js/capital.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Conozco-Uruguay/js/capital.js b/examples/Conozco-Uruguay/js/capital.js
index e19019a..af20c08 100755
--- a/examples/Conozco-Uruguay/js/capital.js
+++ b/examples/Conozco-Uruguay/js/capital.js
@@ -36,7 +36,7 @@ function random_between(upperbound) {
}
if (selected.isClickingp(x,y))
{
- selected.toogle();
+ selected.toggle();
selected = undefined;
return true;
}