Remove @author tags (#5601)

Our files are up to a decade old, and have churned so much, that the initial author of the file no longer has much meaning.

Furthermore, this will encourage developers to post to the developer group, rather than emailing Googlers (usually me) directly.
This commit is contained in:
Neil Fraser
2021-10-15 09:50:46 -07:00
committed by GitHub
parent c929b3015b
commit 90b3f75d82
331 changed files with 0 additions and 337 deletions

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Loading and saving blocks with localStorage and cloud storage. * @fileoverview Loading and saving blocks with localStorage and cloud storage.
* @author q.neutron@gmail.com (Quynh Neutron)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Bootstrap code to load Blockly in uncompiled mode. * @fileoverview Bootstrap code to load Blockly in uncompiled mode.
* @author cpcallen@google.com (Christopher Allen)
*/ */
'use strict'; 'use strict';

View File

@@ -11,7 +11,6 @@
* passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes * passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes
* only, no outside references, no functions, no trailing commas, etc. The one * only, no outside references, no functions, no trailing commas, etc. The one
* exception is end-of-line comments, which the scraper will remove. * exception is end-of-line comments, which the scraper will remove.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -11,7 +11,6 @@
* passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes * passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes
* only, no outside references, no functions, no trailing commas, etc. The one * only, no outside references, no functions, no trailing commas, etc. The one
* exception is end-of-line comments, which the scraper will remove. * exception is end-of-line comments, which the scraper will remove.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -11,7 +11,6 @@
* passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes * passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes
* only, no outside references, no functions, no trailing commas, etc. The one * only, no outside references, no functions, no trailing commas, etc. The one
* exception is end-of-line comments, which the scraper will remove. * exception is end-of-line comments, which the scraper will remove.
* @author q.neutron@gmail.com (Quynh Neutron)
*/ */
'use strict'; 'use strict';

View File

@@ -11,7 +11,6 @@
* passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes * passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes
* only, no outside references, no functions, no trailing commas, etc. The one * only, no outside references, no functions, no trailing commas, etc. The one
* exception is end-of-line comments, which the scraper will remove. * exception is end-of-line comments, which the scraper will remove.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -11,7 +11,6 @@
* passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes * passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes
* only, no outside references, no functions, no trailing commas, etc. The one * only, no outside references, no functions, no trailing commas, etc. The one
* exception is end-of-line comments, which the scraper will remove. * exception is end-of-line comments, which the scraper will remove.
* @author q.neutron@gmail.com (Quynh Neutron)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Procedure blocks for Blockly. * @fileoverview Procedure blocks for Blockly.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Text blocks for Blockly. * @fileoverview Text blocks for Blockly.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -11,7 +11,6 @@
* passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes * passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes
* only, no outside references, no functions, no trailing commas, etc. The one * only, no outside references, no functions, no trailing commas, etc. The one
* exception is end-of-line comments, which the scraper will remove. * exception is end-of-line comments, which the scraper will remove.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -11,7 +11,6 @@
* passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes * passed to defineBlocksWithJsonArray(..) must be strict JSON: double quotes
* only, no outside references, no functions, no trailing commas, etc. The one * only, no outside references, no functions, no trailing commas, etc. The one
* exception is end-of-line comments, which the scraper will remove. * exception is end-of-line comments, which the scraper will remove.
* @author duzc2dtw@gmail.com (Du Tian Wei)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview The class representing one block. * @fileoverview The class representing one block.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Methods animating a block on connection and disconnection. * @fileoverview Methods animating a block on connection and disconnection.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -11,7 +11,6 @@
* blocks are put back in into the SVG they came from. This helps * blocks are put back in into the SVG they came from. This helps
* performance by avoiding repainting the entire SVG on every mouse move * performance by avoiding repainting the entire SVG on every mouse move
* while dragging blocks. * while dragging blocks.
* @author picklesrus
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Methods for dragging a block visually. * @fileoverview Methods for dragging a block visually.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Methods for graphically rendering a block as SVG. * @fileoverview Methods for graphically rendering a block as SVG.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview The top level namespace used to access the Blockly library. * @fileoverview The top level namespace used to access the Blockly library.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Object that defines user-specified options for the workspace. * @fileoverview Object that defines user-specified options for the workspace.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview A mapping of block type names to block prototype objects. * @fileoverview A mapping of block type names to block prototype objects.
* @author spertus@google.com (Ellen Spertus)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Browser event handling. * @fileoverview Browser event handling.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Object representing a UI bubble. * @fileoverview Object representing a UI bubble.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Methods for dragging a bubble visually. * @fileoverview Methods for dragging a bubble visually.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Utilities for bumping objects back into worksapce bounds. * @fileoverview Utilities for bumping objects back into worksapce bounds.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Blockly's internal clipboard for managing copy-paste. * @fileoverview Blockly's internal clipboard for managing copy-paste.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Object representing a code comment. * @fileoverview Object representing a code comment.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview Common functions used both internally and externally, but which * @fileoverview Common functions used both internally and externally, but which
* must not be at the top level to avoid circular dependencies. * must not be at the top level to avoid circular dependencies.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Manager for all items registered with the workspace. * @fileoverview Manager for all items registered with the workspace.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Components for creating connections between blocks. * @fileoverview Components for creating connections between blocks.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview An object that encapsulates logic for checking whether a * @fileoverview An object that encapsulates logic for checking whether a
* potential connection is safe and valid. * potential connection is safe and valid.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -8,7 +8,6 @@
* @fileoverview A database of all the rendered connections that could * @fileoverview A database of all the rendered connections that could
* possibly be connected to (i.e. not collapsed, etc). * possibly be connected to (i.e. not collapsed, etc).
* Sorted by y coordinate. * Sorted by y coordinate.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview An enum for the possible types of connections. * @fileoverview An enum for the possible types of connections.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Blockly constants. * @fileoverview Blockly constants.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Functionality for the right-click context menus. * @fileoverview Functionality for the right-click context menus.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Registers default context menu items. * @fileoverview Registers default context menu items.
* @author maribethb@google.com (Maribeth Bottorff)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Registry for context menu option items. * @fileoverview Registry for context menu option items.
* @author maribethb@google.com (Maribeth Bottorff)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Inject Blockly's CSS synchronously. * @fileoverview Inject Blockly's CSS synchronously.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview The abstract class for a component that can delete a block or * @fileoverview The abstract class for a component that can delete a block or
* bubble that is dropped on top of it. * bubble that is dropped on top of it.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview The abstract class for a component with custom behaviour when a * @fileoverview The abstract class for a component with custom behaviour when a
* block or bubble is dragged over or dropped on top of it. * block or bubble is dragged over or dropped on top of it.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -8,7 +8,6 @@
/** /**
* @fileoverview A div that floats on top of the workspace, for drop-down menus. * @fileoverview A div that floats on top of the workspace, for drop-down menus.
* The drop-down can be kept inside the workspace, animate in/out, etc. * The drop-down can be kept inside the workspace, animate in/out, etc.
* @author tmickel@mit.edu (Tim Mickel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Events fired as a result of actions in Blockly's editor. * @fileoverview Events fired as a result of actions in Blockly's editor.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview Abstract class for events fired as a result of actions in * @fileoverview Abstract class for events fired as a result of actions in
* Blockly's editor. * Blockly's editor.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Base class for all types of block events. * @fileoverview Base class for all types of block events.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for a block change event. * @fileoverview Class for a block change event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for a block creation event. * @fileoverview Class for a block creation event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for a block delete event. * @fileoverview Class for a block delete event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Events fired as a block drag. * @fileoverview Events fired as a block drag.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for a block move event. * @fileoverview Class for a block move event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Events fired as a result of bubble open. * @fileoverview Events fired as a result of bubble open.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Events fired as a result of UI click in Blockly's editor. * @fileoverview Events fired as a result of UI click in Blockly's editor.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Base class for comment events. * @fileoverview Base class for comment events.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for comment change event. * @fileoverview Class for comment change event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for comment creation event. * @fileoverview Class for comment creation event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for comment deletion event. * @fileoverview Class for comment deletion event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for comment move event. * @fileoverview Class for comment move event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Events fired as a result of a marker move. * @fileoverview Events fired as a result of a marker move.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Events fired as a result of element select action. * @fileoverview Events fired as a result of element select action.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Events fired as a result of a theme update. * @fileoverview Events fired as a result of a theme update.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Events fired as a result of selecting an item on the toolbox. * @fileoverview Events fired as a result of selecting an item on the toolbox.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Events fired as a result of trashcan flyout open and close. * @fileoverview Events fired as a result of trashcan flyout open and close.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview (Deprecated) Events fired as a result of UI actions in * @fileoverview (Deprecated) Events fired as a result of UI actions in
* Blockly's editor. * Blockly's editor.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview Base class for events fired as a result of UI actions in * @fileoverview Base class for events fired as a result of UI actions in
* Blockly's editor. * Blockly's editor.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Abstract class for a variable event. * @fileoverview Abstract class for a variable event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for a variable creation event. * @fileoverview Class for a variable creation event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Classes for all types of variable events. * @fileoverview Classes for all types of variable events.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for a variable rename event. * @fileoverview Class for a variable rename event.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Events fired as a result of a viewport change. * @fileoverview Events fired as a result of a viewport change.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for a finished loading workspace event. * @fileoverview Class for a finished loading workspace event.
* @author BeksOmega
*/ */
'use strict'; 'use strict';

View File

@@ -9,7 +9,6 @@
* adding dynamic behavior such as onchange handlers and mutators. These * adding dynamic behavior such as onchange handlers and mutators. These
* are applied using Block.applyExtension(), or the JSON "extensions" * are applied using Block.applyExtension(), or the JSON "extensions"
* array attribute. * array attribute.
* @author Anm@anm.me (Andrew n marshall)
*/ */
'use strict'; 'use strict';

View File

@@ -8,7 +8,6 @@
* @fileoverview Field. Used for editable titles, variables, etc. * @fileoverview Field. Used for editable titles, variables, etc.
* This is an abstract class that defines the UI on the block. Actual * This is an abstract class that defines the UI on the block. Actual
* instances would be FieldTextInput, FieldDropdown, etc. * instances would be FieldTextInput, FieldDropdown, etc.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Angle input field. * @fileoverview Angle input field.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Checkbox field. Checked or not checked. * @fileoverview Checkbox field. Checked or not checked.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Colour input field. * @fileoverview Colour input field.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -8,7 +8,6 @@
* @fileoverview Dropdown input field. Used for editable titles and variables. * @fileoverview Dropdown input field. Used for editable titles and variables.
* In the interests of a consistent UI, the toolbox shares some functions and * In the interests of a consistent UI, the toolbox shares some functions and
* properties with the context menu. * properties with the context menu.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Image field. Used for pictures, icons, etc. * @fileoverview Image field. Used for pictures, icons, etc.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview Non-editable, non-serializable text field. Used for titles, * @fileoverview Non-editable, non-serializable text field. Used for titles,
* labels, etc. * labels, etc.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,9 +6,6 @@
/** /**
* @fileoverview Text Area field. * @fileoverview Text Area field.
* @author fraser@google.com (Neil Fraser)
* @author Andrew Mee
* @author acbart@udel.edu (Austin Cory Bart)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Number input field * @fileoverview Number input field
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -8,7 +8,6 @@
* @fileoverview Fields can be created based on a JSON definition. This file * @fileoverview Fields can be created based on a JSON definition. This file
* contains methods for registering those JSON definitions, and building the * contains methods for registering those JSON definitions, and building the
* fields based on JSON. * fields based on JSON.
* @author bekawestberg@gmail.com (Beka Westberg)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Text input field. * @fileoverview Text input field.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Variable input field. * @fileoverview Variable input field.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Flyout tray containing blocks which may be created. * @fileoverview Flyout tray containing blocks which may be created.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class for a button in the flyout. * @fileoverview Class for a button in the flyout.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Horizontal flyout tray containing blocks which may be created. * @fileoverview Horizontal flyout tray containing blocks which may be created.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Calculates and reports flyout workspace metrics. * @fileoverview Calculates and reports flyout workspace metrics.
* @author aschmiedt@google.com (Abby Schmiedt)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Layout code for a vertical variant of the flyout. * @fileoverview Layout code for a vertical variant of the flyout.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview Utility functions for generating executable code from * @fileoverview Utility functions for generating executable code from
* Blockly code. * Blockly code.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview The class representing an in-progress gesture, usually a drag * @fileoverview The class representing an in-progress gesture, usually a drag
* or a tap. * or a tap.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview Object for configuring and updating a workspace grid in * @fileoverview Object for configuring and updating a workspace grid in
* Blockly. * Blockly.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Object representing an icon on a block. * @fileoverview Object representing an icon on a block.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Functions for injecting Blockly into a web page. * @fileoverview Functions for injecting Blockly into a web page.
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Object representing an input (value, statement, or dummy). * @fileoverview Object representing an input (value, statement, or dummy).
* @author fraser@google.com (Neil Fraser)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview An enum for the possible types of inputs. * @fileoverview An enum for the possible types of inputs.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview Class that controls updates to connections during drags. * @fileoverview Class that controls updates to connections during drags.
* @author fenichel@google.com (Rachel Fenichel)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview The interface for an AST node location. * @fileoverview The interface for an AST node location.
* @author samelh@google.com (Sam El-Husseini)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview The interface for an AST node location SVG. * @fileoverview The interface for an AST node location SVG.
* @author samelh@google.com (Sam El-Husseini)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview The interface for an AST node location that has an associated * @fileoverview The interface for an AST node location that has an associated
* block. * block.
* @author samelh@google.com (Sam El-Husseini)
*/ */
'use strict'; 'use strict';

View File

@@ -7,7 +7,6 @@
/** /**
* @fileoverview The interface for a component that is automatically hidden * @fileoverview The interface for a component that is automatically hidden
* when WorkspaceSvg.hideChaff is called. * when WorkspaceSvg.hideChaff is called.
* @author kozbial@google.com (Monica Kozbial)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview The interface for a block dragger. * @fileoverview The interface for a block dragger.
* @author aschmiedt@google.com (Abby Schmiedt)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview The interface for a bounded element. * @fileoverview The interface for a bounded element.
* @author samelh@google.com (Sam El-Husseini)
*/ */
'use strict'; 'use strict';

View File

@@ -6,7 +6,6 @@
/** /**
* @fileoverview The interface for a bubble. * @fileoverview The interface for a bubble.
* @author samelh@google.com (Sam El-Husseini)
*/ */
'use strict'; 'use strict';

Some files were not shown because too many files have changed in this diff Show More