Skip to content

Commit

Permalink
corrected reference to showCCGC fn (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
e9gille authored May 13, 2021
1 parent ba2b8f6 commit 1fe00f6
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 @@ -49,7 +49,7 @@ D.IDE = function IDE(opts = {}) {
I.sb_cc.hidden = !x;
I.sb_gc.hidden = I.sb_cc.hidden;
};
D.prf.showCCGC(showCCGC);
D.prf.showCCGC(ide.showCCGC);
ide.showCCGC(D.prf.showCCGC());
ide.wins[0] = new D.Se(ide);
D.wins = ide.wins;
Expand Down

0 comments on commit 1fe00f6

Please sign in to comment.