mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Add missing eslint disable to core/renderers/common/i_path_object.js
This commit is contained in:
@@ -19,6 +19,7 @@ goog.module.declareLegacyNamespace();
|
||||
const Block = goog.requireType('Blockly.Block');
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
const ConstantProvider = goog.requireType('Blockly.blockRendering.ConstantProvider');
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
const Theme = goog.requireType('Blockly.Theme');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user