diff --git a/tests/playgrounds/advanced_playground.html b/tests/playgrounds/advanced_playground.html index bd7b1b7fc27..e5279d74c9a 100644 --- a/tests/playgrounds/advanced_playground.html +++ b/tests/playgrounds/advanced_playground.html @@ -4,66 +4,7 @@ Advanced Blockly Playground - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -77,6 +18,12 @@ // Other. goog.require('Blockly.WorkspaceCommentSvg'); +goog.require('Blockly.Dart.all'); +goog.require('Blockly.JavaScript.all'); +goog.require('Blockly.Lua.all'); +goog.require('Blockly.PHP.all'); +goog.require('Blockly.Python.all'); +goog.require('Blockly.blocks.all');