Fix FF 3.6 issue, where mono spaced characters can

have fixed sub pixel widths.
This commit is contained in:
Fabian Jakobs 2010-04-07 17:40:42 +02:00
commit cc5cd114e6
6 changed files with 17 additions and 15 deletions

View file

@ -39,7 +39,6 @@
var editor = new Editor(new TextDocument("Juhu Kinners"), new VirtualRenderer("container"));
window.onresize = function() {
console.log("resize");
editor.resize();
}