renovations

This commit is contained in:
Ilya Kantor 2015-02-22 17:04:31 +03:00
parent 9946f93792
commit 13e6f9383f
30 changed files with 126 additions and 144 deletions

View file

@ -184,7 +184,7 @@ func();
//+ run
function func() {
"use strict";
alert(this); // выведет undefined (кроме IE<10)
alert(this); // выведет undefined (кроме IE9-)
}
func();