ordering on rebase -i

This commit is contained in:
Peter Cottle 2012-10-23 23:24:02 -07:00
parent 25d2115ecd
commit 5c73cfb5c1
4 changed files with 20 additions and 2 deletions

View file

@ -468,6 +468,7 @@ GitVisuals.prototype.addEdge = function(idTail, idHead) {
GitVisuals.prototype.collectionChanged = function() {
console.log('git visuals... collection was changed');
// redo stuff
// TODO
};
GitVisuals.prototype.zIndexReflow = function() {