This commit is contained in:
Rachel Fenichel
2017-05-05 09:36:24 -07:00
committed by GitHub
parent ee58eb4791
commit 55096aeb16

View File

@@ -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) {