Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions core/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview The class representing one block.
*/


/**
* The class representing one block.
* @class
Expand Down Expand Up @@ -708,7 +707,6 @@ export class Block implements IASTNodeLocation, IDeletable {
' superior block.');
}


// This block hasn't actually moved on-screen, so there's no need to
// update
// its connection locations.
Expand Down
2 changes: 1 addition & 1 deletion core/block_animations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Methods animating a block on connection and disconnection.
*/


/**
* Methods animating a block on connection and disconnection.
* @namespace Blockly.blockAnimations
Expand All @@ -21,6 +20,7 @@ import {BlockSvg} from './block_svg.js';
import * as dom from './utils/dom.js';
import {Svg} from './utils/svg.js';


/** A bounding box for a cloned block. */
interface CloneRect {
x: number;
Expand Down
1 change: 0 additions & 1 deletion core/block_drag_surface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* while dragging blocks.
*/


/**
* A class that manages a surface for dragging blocks. When a
* block drag is started, we move the block (and children) to a separate DOM
Expand Down
1 change: 0 additions & 1 deletion core/block_dragger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Methods for dragging a block visually.
*/


/**
* Methods for dragging a block visually.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/block_svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Methods for graphically rendering a block as SVG.
*/


/**
* Methods for graphically rendering a block as SVG.
* @class
Expand Down
2 changes: 0 additions & 2 deletions core/blockly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview The top level namespace used to access the Blockly library.
*/


/**
* The top level namespace used to access the Blockly library.
* @namespace Blockly
Expand Down Expand Up @@ -349,7 +348,6 @@ export const defineBlocksWithJsonArray =
export const setParentContainer =
(common as AnyDuringMigration).setParentContainer;


/**
* Returns the dimensions of the specified SVG image.
* @param svg SVG image.
Expand Down
1 change: 0 additions & 1 deletion core/blockly_options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Object that defines user-specified options for the workspace.
*/


/**
* Object that defines user-specified options for the workspace.
* @namespace Blockly.BlocklyOptions
Expand Down
1 change: 0 additions & 1 deletion core/blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview A mapping of block type names to block prototype objects.
*/


/**
* A mapping of block type names to block prototype objects.
* @namespace Blockly.blocks
Expand Down
2 changes: 0 additions & 2 deletions core/browser_events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Browser event handling.
*/


/**
* Browser event handling.
* @namespace Blockly.browserEvents
Expand Down Expand Up @@ -116,7 +115,6 @@ export function conditionalBind(
return bindData;
}


/**
* Bind an event handler that should be called regardless of whether it is part
* of the active touch stream.
Expand Down
1 change: 0 additions & 1 deletion core/bubble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Object representing a UI bubble.
*/


/**
* Object representing a UI bubble.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/bubble_dragger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Methods for dragging a bubble visually.
*/


/**
* Methods for dragging a bubble visually.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/bump_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Utilities for bumping objects back into worksapce bounds.
*/


/**
* Utilities for bumping objects back into worksapce bounds.
* @namespace Blockly.bumpObjects
Expand Down
1 change: 0 additions & 1 deletion core/clipboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Blockly's internal clipboard for managing copy-paste.
*/


/**
* Blockly's internal clipboard for managing copy-paste.
* @namespace Blockly.clipboard
Expand Down
1 change: 0 additions & 1 deletion core/comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Object representing a code comment.
*/


/**
* Object representing a code comment.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* must not be at the top level to avoid circular dependencies.
*/


/**
* Common functions used both internally and externally, but which
* must not be at the top level to avoid circular dependencies.
Expand Down
1 change: 0 additions & 1 deletion core/component_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Manager for all items registered with the workspace.
*/


/**
* Manager for all items registered with the workspace.
* @class
Expand Down
2 changes: 1 addition & 1 deletion core/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* generally recommended.
*/


/**
* All the values that we expect developers to be able to change
* before injecting Blockly. Changing these values during run time is not
Expand All @@ -20,6 +19,7 @@
import * as goog from '../closure/goog/goog.js';
goog.declareModuleId('Blockly.config');


/**
* All the values that we expect developers to be able to change
* before injecting Blockly.
Expand Down
1 change: 0 additions & 1 deletion core/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Components for creating connections between blocks.
*/


/**
* Components for creating connections between blocks.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/connection_checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* potential connection is safe and valid.
*/


/**
* An object that encapsulates logic for checking whether a
* potential connection is safe and valid.
Expand Down
1 change: 0 additions & 1 deletion core/connection_db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* Sorted by y coordinate.
*/


/**
* A database of all the rendered connections that could
* possibly be connected to (i.e. not collapsed, etc).
Expand Down
1 change: 0 additions & 1 deletion core/connection_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview An enum for the possible types of connections.
*/


/**
* An enum for the possible types of connections.
* @namespace Blockly.ConnectionType
Expand Down
1 change: 0 additions & 1 deletion core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Blockly constants.
*/


/**
* Blockly constants.
* @namespace Blockly.constants
Expand Down
1 change: 0 additions & 1 deletion core/contextmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Functionality for the right-click context menus.
*/


/**
* Functionality for the right-click context menus.
* @namespace Blockly.ContextMenu
Expand Down
1 change: 0 additions & 1 deletion core/contextmenu_items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Registers default context menu items.
*/


/**
* Registers default context menu items.
* @namespace Blockly.ContextMenuItems
Expand Down
1 change: 0 additions & 1 deletion core/contextmenu_registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Registry for context menu option items.
*/


/**
* Registry for context menu option items.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Inject Blockly's CSS synchronously.
*/


/**
* Inject Blockly's CSS synchronously.
* @namespace Blockly.Css
Expand Down
2 changes: 0 additions & 2 deletions core/delete_area.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* bubble that is dropped on top of it.
*/



/**
* The abstract class for a component that can delete a block or
* bubble that is dropped on top of it.
Expand Down
2 changes: 1 addition & 1 deletion core/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
* alert/confirmation dialogs.
*/


/**
* Wrapper functions around JS functions for showing alert/confirmation dialogs.
* @namespace Blockly.dialog
*/
import * as goog from '../closure/goog/goog.js';
goog.declareModuleId('Blockly.dialog');


let alertImplementation = function(
message: AnyDuringMigration, opt_callback: AnyDuringMigration) {
window.alert(message);
Expand Down
2 changes: 0 additions & 2 deletions core/drag_target.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* block or bubble is dragged over or dropped on top of it.
*/



/**
* The abstract class for a component with custom behaviour when a
* block or bubble is dragged over or dropped on top of it.
Expand Down
1 change: 0 additions & 1 deletion core/dropdowndiv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* The drop-down can be kept inside the workspace, animate in/out, etc.
*/


/**
* A div that floats on top of the workspace, for drop-down menus.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/events/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Events fired as a result of actions in Blockly's editor.
*/


/**
* Events fired as a result of actions in Blockly's editor.
* @namespace Blockly.Events
Expand Down
1 change: 0 additions & 1 deletion core/events/events_abstract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Blockly's editor.
*/


/**
* Abstract class for events fired as a result of actions in
* Blockly's editor.
Expand Down
1 change: 0 additions & 1 deletion core/events/events_block_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Base class for all types of block events.
*/


/**
* Base class for all types of block events.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/events/events_block_change.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Class for a block change event.
*/


/**
* Class for a block change event.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/events/events_block_create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Class for a block creation event.
*/


/**
* Class for a block creation event.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/events/events_block_delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Class for a block delete event.
*/


/**
* Class for a block delete event.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/events/events_block_drag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Events fired as a block drag.
*/


/**
* Events fired as a block drag.
* @class
Expand Down
2 changes: 1 addition & 1 deletion core/events/events_block_move.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Class for a block move event.
*/


/**
* Class for a block move event.
* @class
Expand All @@ -25,6 +24,7 @@ import {Coordinate} from '../utils/coordinate.js';
import {BlockBase} from './events_block_base.js';
import * as eventUtils from './utils.js';


interface BlockLocation {
parentId: string;
inputName: string;
Expand Down
1 change: 0 additions & 1 deletion core/events/events_bubble_open.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Events fired as a result of bubble open.
*/


/**
* Events fired as a result of bubble open.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/events/events_click.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Events fired as a result of UI click in Blockly's editor.
*/


/**
* Events fired as a result of UI click in Blockly's editor.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/events/events_comment_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Base class for comment events.
*/


/**
* Base class for comment events.
* @class
Expand Down
1 change: 0 additions & 1 deletion core/events/events_comment_change.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @fileoverview Class for comment change event.
*/


/**
* Class for comment change event.
* @class
Expand Down
Loading