mirror of
https://github.com/beestat/app.git
synced 2026-05-20 22:32:30 -04:00
Added basic contribute layer
This commit is contained in:
@@ -15,7 +15,7 @@ beestat.extend(beestat.component.input, beestat.component);
|
||||
*/
|
||||
beestat.component.input.prototype.focus = function() {
|
||||
this.input_.focus();
|
||||
this.input_.setSelectionRange(0, this.input_.value().length);
|
||||
this.input_.setSelectionRange(0, this.input_.value.length);
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user