mirror of
https://github.com/google/blockly.git
synced 2026-03-12 08:10:11 +01:00
Removed TODO.
This commit is contained in:
@@ -697,8 +697,6 @@ suite('Blocks', function() {
|
||||
});
|
||||
suite('Programmatic Block Creation', function() {
|
||||
test('Stack', function() {
|
||||
// TODO: I think this is the recommended method of creating a block
|
||||
// programmatically?
|
||||
var block = this.workspace.newBlock('stack_block');
|
||||
this.assertConnectionsEmpty();
|
||||
block.initSvg();
|
||||
|
||||
Reference in New Issue
Block a user