quick implementation of git status

This commit is contained in:
Peter Cottle 2012-10-20 18:12:37 -07:00
parent b944a23790
commit 51a92227c3
4 changed files with 30 additions and 1 deletions

View file

@ -299,6 +299,7 @@ var CommandLineHistoryView = Backbone.View.extend({
}
if (cD.clientHeight > t.clientHeight) {
$(t).css('overflow-y', 'scroll');
$(t).css('overflow-x', 'hidden');
$(t).addClass('scrolling');
t.scrollTop = t.scrollHeight;
}