chore: remove alias comments (#6816)

* chore: remove alias comments

* chore: format

* chore: remove extra newlines

* chore: fix bad replaces
This commit is contained in:
Rachel Fenichel
2023-02-06 10:08:55 -08:00
committed by GitHub
parent a96eec8a70
commit 1d1a927628
260 changed files with 0 additions and 937 deletions

View File

@@ -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';

View File

@@ -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';

View File

@@ -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';

View File

@@ -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';

View File

@@ -13,7 +13,6 @@
* - delete blocks
* - clear their block library
* Depends on BlockFactory functions defined in factory.js.
*
*/
'use strict';

View File

@@ -7,7 +7,6 @@
/**
* @fileoverview Javascript for Block Library's Storage Class.
* Depends on Block Library for its namespace.
*
*/
'use strict';

View File

@@ -7,7 +7,6 @@
/**
* @fileoverview Javascript for BlockLibraryView class. It manages the display
* of the Block Library dropdown, save, and delete buttons.
*
*/
'use strict';

View File

@@ -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';

View File

@@ -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';

View File

@@ -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';

View File

@@ -16,7 +16,6 @@
* - updating the preview workspace
* - changing a category name
* - moving the position of a category.
*
*/
/**

View File

@@ -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.
*
*/

View File

@@ -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.
*
*/
/**

View File

@@ -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.
*
*/
/**