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

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Before After
Before After

View file

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