mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00: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
@@ -410,7 +410,9 @@ Blockly.Workspace.prototype.deleteVariableInternal_ = function(variable) {
|
||||
* not present.
|
||||
* @deprecated April 2017
|
||||
*/
|
||||
Blockly.Workspace.prototype.variableIndexOf = function(name) {
|
||||
|
||||
Blockly.Workspace.prototype.variableIndexOf = function(
|
||||
/* eslint-disable no-unused-vars */name /* eslint-enable no-unused-vars */) {
|
||||
console.warn(
|
||||
'Deprecated call to Blockly.Workspace.prototype.variableIndexOf');
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user