renovations

This commit is contained in:
Ilya Kantor 2015-02-16 10:39:40 +03:00
parent 9bf1b61cab
commit 0eec1aaccb
25 changed files with 68 additions and 64 deletions

View file

@ -484,7 +484,7 @@ div.classList.add('order-state-canceled');
//+ run
document.body.setAttribute('my', 123);
alert( document.body.my ); // 123 в IE<9
alert( document.body.my ); // 123 в IE8-
```
При этом даже тип данных не меняется. Атрибут не становится строкой, как ему положено.