upgrade ace and pilot to newest

This commit is contained in:
Chris Wanstrath
2011-09-08 00:43:51 -07:00
parent 7ea2efaf06
commit 32f7a080ef
24 changed files with 257 additions and 34 deletions

View File

@@ -633,7 +633,7 @@ var VirtualRenderer = function(container, theme) {
var pos = this.$cursorLayer.getPixelPosition();
var left = pos.left + this.$padding;
var left = pos.left;
var top = pos.top;
if (this.scrollTop > top) {