closes #1271
This commit is contained in:
parent
6637d0ccae
commit
5c8d24a582
4 changed files with 8 additions and 9 deletions
|
@ -162,9 +162,6 @@ function SmallUser() {
|
|||
this.name = "John";
|
||||
|
||||
return; // finishes the execution, returns this
|
||||
|
||||
// ...
|
||||
|
||||
}
|
||||
|
||||
alert( new SmallUser().name ); // John
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue