This commit is contained in:
Onoshko Dan 2014-04-15 19:25:32 +07:00
parent 3353d27ba2
commit 40313f65dd

View File

@ -102,7 +102,7 @@ ColaScript is a language that compiles in JavaScript. This language is similar t
case 35: 'hot'; case 35: 'hot';
}; };
- `with` scoping, status: its need?? - `with` scoping, status: it need??
with(document.body.querySelector('ul').childNodes){ with(document.body.querySelector('ul').childNodes){
var txt = 'text'; var txt = 'text';