ugly bug around unescaping

This commit is contained in:
Peter Cottle 2013-10-06 15:49:59 -07:00
parent bbf837a4b2
commit 11074dba64
4 changed files with 17 additions and 15 deletions

View file

@ -64,7 +64,6 @@ var VisBranch = VisBase.extend({
console.log('set visbranch on this', this.get('branch'), this);
window.debugVisBranch = this;
window.debugBranch = this.get('branch');
debugger;
}
var id = this.get('branch').get('id');