don't self focus in the constructor

This commit is contained in:
Fabian Jakobs 2011-02-01 10:27:51 +01:00
commit 91088d9b78

View file

@ -84,7 +84,6 @@ var Editor =function(renderer, session) {
});
this.setSession(session || new EditSession(""));
this.focus();
};
(function(){