Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

JavaScript definition has wrong indentation. #296

@AnmAtAnm

Description

@AnmAtAnm

on setTooltip() and setHelpUrl lines.

Blockly.Blocks['myFirstBlock'] = {
  init: function() {
    this.appendStatementInput("NAME")
        .appendField("My Block");
    this.setColour(230);
 this.setTooltip("");                       // This line
 this.setHelpUrl("");                       // And this line
  } 
};

Also true in original demo/blockfactory

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions