Commit f899b5be authored by Neil Fraser's avatar Neil Fraser

Lint cleanup.

parent 626a29a5
......@@ -72,7 +72,6 @@ BlocklyStorage.link = function() {
* @param {string} key Key to XML, obtained from href.
*/
BlocklyStorage.retrieveXml = function(key) {
var xml = Blockly.Xml.workspaceToDom(Blockly.getMainWorkspace());
BlocklyStorage.makeRequest_('/storage', 'key', key);
};
......
......@@ -153,7 +153,7 @@ Blockly.FieldColour.prototype.setColours = function(colours) {
/**
* Set a custom grid size for this field.
* @param {number} colours Number of columns for this block,
* @param {number} columns Number of columns for this block,
* or 0 to use default (Blockly.FieldColour.COLUMNS).
* @return {!Blockly.FieldColour} Returns itself (for method chaining).
*/
......
......@@ -116,7 +116,7 @@ Blockly.Mutator.prototype.updateEditable = function() {
this.setVisible(false);
if (this.iconGroup_) {
Blockly.addClass_(/** @type {!Element} */ (this.iconGroup_),
'blocklyIconGroupReadonly');
'blocklyIconGroupReadonly');
}
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment