mirror of
https://github.com/google/blockly.git
synced 2026-01-17 05:47:10 +01:00
clang-format core/toolbox/toolbox_item.js
This commit is contained in:
@@ -36,7 +36,6 @@ const toolbox = goog.requireType('Blockly.utils.toolbox');
|
||||
* @implements {IToolboxItem}
|
||||
*/
|
||||
const ToolboxItem = function(toolboxItemDef, toolbox, opt_parent) {
|
||||
|
||||
/**
|
||||
* The id for the category.
|
||||
* @type {string}
|
||||
@@ -149,7 +148,6 @@ ToolboxItem.prototype.isCollapsible = function() {
|
||||
* Dispose of this toolbox item. No-op by default.
|
||||
* @public
|
||||
*/
|
||||
ToolboxItem.prototype.dispose = function() {
|
||||
};
|
||||
ToolboxItem.prototype.dispose = function() {};
|
||||
|
||||
exports = ToolboxItem;
|
||||
|
||||
Reference in New Issue
Block a user