Skip to content

Commit 20d1a2a

Browse files
committed
Patched pins.js with missing comment from merge.
1 parent 1b75caf commit 20d1a2a

File tree

1 file changed

+1
-0
lines changed
  • src/main/webapp/cdn/blockly/language/common

1 file changed

+1
-0
lines changed

src/main/webapp/cdn/blockly/language/common/pins.js

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Blockly.Blocks.pulse_in = {
191191
}
192192
};
193193

194+
// Code generator is located in base.js
194195
Blockly.Blocks.pulse_out = {
195196
init: function() {
196197
this.setColour(colorPalette.getColor('io'));

0 commit comments

Comments
 (0)