mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
clang-format core/input.js
This commit is contained in:
@@ -205,7 +205,7 @@ Input.prototype.setVisible = function(visible) {
|
||||
}
|
||||
if (this.connection) {
|
||||
this.connection =
|
||||
/** @type {!RenderedConnection} */ (this.connection);
|
||||
/** @type {!RenderedConnection} */ (this.connection);
|
||||
// Has a connection.
|
||||
if (visible) {
|
||||
renderList = this.connection.startTrackingAll();
|
||||
|
||||
Reference in New Issue
Block a user