mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
fix: component id should be on the prototype (#6104)
This commit is contained in:
@@ -63,4 +63,9 @@ IBlockDragger.prototype.endDrag;
|
||||
*/
|
||||
IBlockDragger.prototype.getInsertionMarkers;
|
||||
|
||||
/**
|
||||
* Sever all links from this object and do any necessary cleanup.
|
||||
*/
|
||||
IBlockDragger.prototype.dispose;
|
||||
|
||||
exports.IBlockDragger = IBlockDragger;
|
||||
|
||||
@@ -32,6 +32,6 @@ const IComponent = function() {};
|
||||
* ComponentManager.
|
||||
* @type {string}
|
||||
*/
|
||||
IComponent.id;
|
||||
IComponent.prototype.id;
|
||||
|
||||
exports.IComponent = IComponent;
|
||||
|
||||
Reference in New Issue
Block a user