mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Move @package annotation to export for core/marker_manager.js
This commit is contained in:
@@ -25,7 +25,6 @@ const WorkspaceSvg = goog.requireType('Blockly.WorkspaceSvg');
|
||||
* Class to manage the multiple markers and the cursor on a workspace.
|
||||
* @param {!WorkspaceSvg} workspace The workspace for the marker manager.
|
||||
* @constructor
|
||||
* @package
|
||||
*/
|
||||
const MarkerManager = function(workspace) {
|
||||
/**
|
||||
@@ -195,4 +194,5 @@ MarkerManager.prototype.dispose = function() {
|
||||
}
|
||||
};
|
||||
|
||||
/** @package */
|
||||
exports = MarkerManager;
|
||||
|
||||
Reference in New Issue
Block a user