Skip to content

Commit

Permalink
fix: Fix JS Spaghetti button. (google#5569)
Browse files Browse the repository at this point in the history
  • Loading branch information
maribethb authored Sep 30, 2021
1 parent d2d5dc4 commit ad57942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
}
};
console.time('Spaghetti serialization');
Blockly.serialization.load(obj, workspace);
Blockly.serialization.workspaces.load(obj, workspace);
console.timeEnd('Spaghetti serialization');
}
var spaghettiJs = JSON.stringify({
Expand Down

0 comments on commit ad57942

Please sign in to comment.