fix typo in the demo

This commit is contained in:
Fabian Jakobs 2010-11-05 10:50:19 +01:00
commit b86f9c205f
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@
<script type="text/editor" id="jstext">function foo(items) {
for (var i=0; i<items.length; i++) {
alert(items[i] + "juhu";
alert(items[i] + "juhu");
}
}</script>

View file

@ -102,7 +102,7 @@
<script type="text/editor" id="jstext">function foo(items) {
for (var i=0; i<items.length; i++) {
alert(items[i] + "juhu";
alert(items[i] + "juhu");
}
}</script>