renovations
This commit is contained in:
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 |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 50 KiB |
|
@ -184,7 +184,7 @@ func();
|
|||
//+ run
|
||||
function func() {
|
||||
"use strict";
|
||||
alert(this); // выведет undefined (кроме IE<10)
|
||||
alert(this); // выведет undefined (кроме IE9-)
|
||||
}
|
||||
|
||||
func();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue