This commit is contained in:
Onoshko Dan 2014-04-15 19:27:24 +07:00
parent 40313f65dd
commit 04a4c2ccf4

View File

@ -104,7 +104,7 @@ ColaScript is a language that compiles in JavaScript. This language is similar t
- `with` scoping, status: it need??
with(document.body.querySelector('ul').childNodes){
with(document.body.querySelectorAll('ul').childNodes){
var txt = 'text';
forEach((li){