This commit is contained in:
Ilya Kantor 2017-03-20 21:44:00 +03:00
parent 5f2d199054
commit e4db23fa56
13 changed files with 42 additions and 62 deletions

View file

@ -246,7 +246,7 @@ For instance:
```js
let option = new Option("Text", "value");
// creates <option value="value">Текст</option>
// creates <option value="value">Text</option>
```
The same element selected: