Fix updateFocus() documentation.

This commit is contained in:
Jürg Lehni 2011-11-13 00:05:28 +01:00
parent c8e1a9c959
commit fcd92c4ac1

View file

@ -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
}