mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
clang-format core/events/events_click.js
This commit is contained in:
@@ -74,7 +74,6 @@ Click.prototype.fromJson = function(json) {
|
||||
this.blockId = json['blockId'];
|
||||
};
|
||||
|
||||
registry.register(registry.Type.EVENT, Events.CLICK,
|
||||
Click);
|
||||
registry.register(registry.Type.EVENT, Events.CLICK, Click);
|
||||
|
||||
exports = Click;
|
||||
|
||||
Reference in New Issue
Block a user