From 55096aeb168546541b4cc10d5e5fa1224a1d6a0e Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Fri, 5 May 2017 09:36:24 -0700 Subject: [PATCH] Fix #1051 (#1084) --- core/scrollbar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/scrollbar.js b/core/scrollbar.js index 3103f14f0..bdc36f965 100644 --- a/core/scrollbar.js +++ b/core/scrollbar.js @@ -276,7 +276,6 @@ Blockly.Scrollbar.prototype.containerVisible_ = true; /** * Width of vertical scrollbar or height of horizontal scrollbar. * Increase the size of scrollbars on touch devices. - * Don't define if there is no document object (e.g. node.js). */ Blockly.Scrollbar.scrollbarThickness = 15; if (goog.events.BrowserFeature.TOUCH_ENABLED) {