mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
chore: remove underscores from private properties and methods in keyboard nav and rendering (#6975)
* chore: remove underscores in keyboard navigation * chore: remove private underscores from renderers
This commit is contained in:
@@ -69,7 +69,7 @@ suite('Cursor', function() {
|
||||
blockA.nextConnection.connect(blockB.previousConnection);
|
||||
blockA.inputList[0].connection.connect(blockE.outputConnection);
|
||||
blockB.inputList[1].connection.connect(blockC.previousConnection);
|
||||
this.cursor.drawer_ = null;
|
||||
this.cursor.drawer = null;
|
||||
this.blocks = {
|
||||
A: blockA,
|
||||
B: blockB,
|
||||
|
||||
Reference in New Issue
Block a user