do not call host.onFocus before textarea is actually focused

This commit is contained in:
nightwing 2012-06-07 13:40:35 +04:00
commit 28e1e159f6

View file

@ -246,7 +246,6 @@ var TextInput = function(parentNode, host) {
});
this.focus = function() {
host.onFocus();
reset();
text.focus();
};