add blur() method
This commit is contained in:
parent
0848743978
commit
7344f24d71
2 changed files with 6 additions and 2 deletions
|
|
@ -79,6 +79,6 @@ ace.TextInput = function(parentNode, host) {
|
|||
};
|
||||
|
||||
this.blur = function() {
|
||||
this.blur();
|
||||
text.blur();
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue