add blur() method

This commit is contained in:
Fabian Jakobs 2010-04-21 17:11:24 +02:00
commit 7344f24d71
2 changed files with 6 additions and 2 deletions

View file

@ -79,6 +79,6 @@ ace.TextInput = function(parentNode, host) {
};
this.blur = function() {
this.blur();
text.blur();
};
};