Lint cleanup.

This commit is contained in:
Neil Fraser
2015-04-03 16:07:25 -07:00
parent 626a29a5ca
commit f899b5bed7
3 changed files with 2 additions and 3 deletions

View File

@@ -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);
};