basic command line history done

This commit is contained in:
Peter Cottle 2012-09-06 10:25:50 -07:00
parent 78d0aa5b55
commit 24fbcdd2ae
5 changed files with 118 additions and 5 deletions

View file

@ -13,6 +13,10 @@ $(document).ready(function(){
new CommandLineView({
el: $('#commandLineBar')
});
new CommandLineHistoryView({
el: $('#commandLineHistory')
});
gitEngine = new GitEngine();
var repulsionBreathe = function(r) {