mirror of
https://github.com/google/blockly.git
synced 2025-12-15 13:50:08 +01:00
chore: remove alias comments (#6816)
* chore: remove alias comments * chore: format * chore: remove extra newlines * chore: fix bad replaces
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
*
|
||||
* The <code>exampleBlocklyBlock</code> is usually the block loaded into the
|
||||
* preview workspace after manually entering the block definition.
|
||||
*
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
* users to export block definitions and generator stubs of their saved blocks
|
||||
* easily using a visual interface. Depends on Block Exporter View and Block
|
||||
* Exporter Tools classes. Interacts with Export Settings in the index.html.
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
* block definitions and generator stubs for given block types. Also generates
|
||||
* toolbox XML for the exporter's workspace. Depends on the FactoryUtils for
|
||||
* its code generation functions.
|
||||
*
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
/**
|
||||
* @fileoverview Javascript for the Block Exporter View class. Reads from and
|
||||
* manages a block selector through which users select blocks to export.
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
* - delete blocks
|
||||
* - clear their block library
|
||||
* Depends on BlockFactory functions defined in factory.js.
|
||||
*
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
/**
|
||||
* @fileoverview Javascript for Block Library's Storage Class.
|
||||
* Depends on Block Library for its namespace.
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
/**
|
||||
* @fileoverview Javascript for BlockLibraryView class. It manages the display
|
||||
* of the Block Library dropdown, save, and delete buttons.
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
* of the various blocks that you may select in the Block Selector. Each block
|
||||
* option has a checkbox, a label, and a preview workspace through which to
|
||||
* view the block.
|
||||
*
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
* generate a preview block and starter code for the block (block definition and
|
||||
* generator stub. Uses the Block Factory namespace. Depends on the FactoryUtils
|
||||
* for its code generation functions.
|
||||
*
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
* the lower case name of the category, and contains the Category object for
|
||||
* that particular category. Also has a list of core block types provided
|
||||
* by Blockly.
|
||||
*
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* - updating the preview workspace
|
||||
* - changing a category name
|
||||
* - moving the position of a category.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
* Blockly.Xml and depends on information in the model (holds a reference).
|
||||
* Depends on a hidden workspace created in the generator to load saved XML in
|
||||
* order to generate toolbox XML.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
* Adds click handlers to buttons and dropdowns, adds event listeners for
|
||||
* keydown events and Blockly events, and configures the initial setup of
|
||||
* the page.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
* move categories easily. Keeps track of the currently selected list
|
||||
* element. Also keeps track of all the user-created shadow blocks and
|
||||
* manipulates them as necessary.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user