mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Fix typo in Blockly Factory.
This commit is contained in:
@@ -150,7 +150,7 @@ AppController.prototype.exportBlockLibraryToFile = function() {
|
||||
*/
|
||||
AppController.prototype.formatBlockLibraryForExport_ = function(blockXmlMap) {
|
||||
// Create DOM for XML.
|
||||
var xmlDom = Blockly.utils.xml.createElemen('xml');
|
||||
var xmlDom = Blockly.utils.xml.createElement('xml');
|
||||
|
||||
// Append each block node to XML DOM.
|
||||
for (var blockType in blockXmlMap) {
|
||||
|
||||
Reference in New Issue
Block a user