small change to the demo document
This commit is contained in:
parent
1c9033d483
commit
9ac8dc2ef2
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@
|
|||
<body>
|
||||
|
||||
<pre id="editor">function foo(items) {
|
||||
for (var i = 0; i < items.length; i++) {
|
||||
var i;
|
||||
for (i = 0; i < items.length; i++) {
|
||||
alert("Ace Rocks " + items[i]);
|
||||
}
|
||||
}</pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue