mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Fix updateFocus() documentation.
This commit is contained in:
parent
c8e1a9c959
commit
fcd92c4ac1
1 changed files with 2 additions and 2 deletions
|
@ -608,8 +608,8 @@ var View = this.View = Base.extend(Callback, /** @lends View# */{
|
|||
|
||||
statics: {
|
||||
/**
|
||||
* Loops through all scopes and their views and sets the focus on
|
||||
* the first active one.
|
||||
* Loops through all views and sets the focus on the first
|
||||
* active one.
|
||||
*/
|
||||
updateFocus: updateFocus
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue