mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
chore: fix screenshot lint (#6056)
* chore: fix screenshot lint * chore: remove extra space
This commit is contained in:
committed by
GitHub
parent
c42aede94d
commit
05b47e27d9
@@ -91,6 +91,7 @@ function workspaceToSvg_(workspace, callback, customCss) {
|
||||
svgToPng_(data, width, height, callback);
|
||||
}
|
||||
|
||||
/* eslint-disable no-unused-vars */
|
||||
/**
|
||||
* Download a screenshot of the blocks on a Blockly workspace.
|
||||
* @param {!Blockly.WorkspaceSvg} workspace The Blockly workspace.
|
||||
@@ -106,3 +107,4 @@ function downloadScreenshot(workspace) {
|
||||
a.parentNode.removeChild(a);
|
||||
});
|
||||
}
|
||||
/* eslint-enable */
|
||||
|
||||
Reference in New Issue
Block a user