Add mapping for Focus, and make focusing a stack frame focus the thread
This commit is contained in:
parent
82307ff1ba
commit
a9d0ebde0b
3 changed files with 45 additions and 11 deletions
|
|
@ -3,7 +3,7 @@ var msg = 'Hello, world!'
|
|||
var obj = {
|
||||
test: 'testing',
|
||||
toast: function() {
|
||||
return 'toasty' . this.test;
|
||||
return 'toasty' + this.test;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue