mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Lint cleanup.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user