WIP for get tree quick

This commit is contained in:
Peter Cottle 2013-07-10 20:53:53 -07:00
parent 6c487cc053
commit bbb668b016
3 changed files with 2 additions and 2 deletions

View file

@ -32,6 +32,7 @@ function getMockFactory() {
aQueue.finish();
};
mockFactory.refreshTree = function(aQueue, gitVisuals) {
console.log('being used');
aQueue.finish();
};