Skip to content

Commit

Permalink
Simplify.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Oct 16, 2017
1 parent d9117e1 commit 7c16057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ide.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ D.IDE.prototype={
var r={};for(var k in this.wins){var cm=this.wins[k].cm,v=cm.getValue();if(+k&&v!==cm.oText)r[k]=v}
return r
},
_disconnected:function(){if(!this.dead){this.die()}}, //invoked from cn.js
_disconnected:function(){this.die()}, //invoked from cn.js
lbarRecreate:function(){
var d=D.lb.order, u=D.prf.lbarOrder() //d:default order, u:user's order
var r='';if(d!==u)for(var i=0;i<d.length;i++)if(!u.includes(d[i])&&/\S/.test(d[i]))r+=d[i] //r:set difference between d and u
Expand Down

0 comments on commit 7c16057

Please sign in to comment.