up
This commit is contained in:
parent
4ae129054e
commit
ab9ab64bd5
476 changed files with 3370 additions and 532 deletions
|
@ -212,7 +212,7 @@ If you are writing several "helper" functions and the code to use them, then the
|
|||
}
|
||||
|
||||
// *!*the code which uses them*/!*
|
||||
var elem = createElement();
|
||||
let elem = createElement();
|
||||
setHandler(elem);
|
||||
walkAround();
|
||||
```
|
||||
|
@ -220,7 +220,7 @@ If you are writing several "helper" functions and the code to use them, then the
|
|||
|
||||
```js
|
||||
// *!*the code which uses the functions*/!*
|
||||
var elem = createElement();
|
||||
let elem = createElement();
|
||||
setHandler(elem);
|
||||
walkAround();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue