From 581e0671ef37bf9ca4bebb9e78d7b3801b0614c0 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Mon, 21 Oct 2019 08:02:27 +0200 Subject: [PATCH] add double underscore to test content --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5e6c606..1bf2baf 100755 --- a/index.html +++ b/index.html @@ -261,12 +261,12 @@ console.log "oO08 iIlL1 g9qCGQ ~-+=>"; function updateGutters(cm) { var gutters = cm.display.gutters, - specs = cm.options.gutters; + __specs = cm.options.gutters; removeChildren(gutters); for (var i = 0; i < specs.length; ++i) { - var gutterClass = specs[i]; + var gutterClass = __specs[i]; var gElt = gutters.appendChild( elt( "div",