From 1fe00f6eab7e24c8f602c8e8badb13e20574280d Mon Sep 17 00:00:00 2001 From: Gilgamesh Athoraya Date: Thu, 13 May 2021 15:23:54 +0200 Subject: [PATCH] corrected reference to showCCGC fn (#712) --- src/ide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ide.js b/src/ide.js index 32308096..90a30fb4 100644 --- a/src/ide.js +++ b/src/ide.js @@ -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;