From ad57942efa85db1984a9ba2ffb925309951d77aa Mon Sep 17 00:00:00 2001 From: Maribeth Bottorff Date: Thu, 30 Sep 2021 13:22:27 -0700 Subject: [PATCH] fix: Fix JS Spaghetti button. (#5569) --- tests/playground.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playground.html b/tests/playground.html index c94c05c2f98..4ac93f1ce5f 100644 --- a/tests/playground.html +++ b/tests/playground.html @@ -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({