mirror of
https://github.com/google/blockly.git
synced 2026-03-12 08:10:11 +01:00
Fix lint errors so we can eventually run eslint on travis.
This commit is contained in:
committed by
Rachel Fenichel
parent
c4b2899007
commit
de8d13eaa1
@@ -34,7 +34,7 @@ goog.provide('Blockly.VariableMap');
|
||||
* @param {!Blockly.Workspace} workspace The workspace this map belongs to.
|
||||
* @constructor
|
||||
*/
|
||||
Blockly.VariableMap = function(workspace) {
|
||||
Blockly.VariableMap = function(workspace) {
|
||||
/**
|
||||
* A map from variable type to list of variable names. The lists contain all
|
||||
* of the named variables in the workspace, including variables
|
||||
|
||||
Reference in New Issue
Block a user