level arbiter beginning

This commit is contained in:
Peter Cottle 2013-01-05 21:47:05 -08:00
parent d5bddcc6b4
commit 27498419c9
10 changed files with 109 additions and 19 deletions

View file

@ -313,6 +313,9 @@ var VisBranch = VisBase.extend({
},
attachClickHandlers: function() {
if (this.get('gitVisuals').options.noClick) {
return;
}
var commandStr = 'git checkout ' + this.get('branch').get('id');
var Main = require('../app');
var objs = [this.get('rect'), this.get('text'), this.get('arrow')];