mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
fix: Fix compilation errors under Closure's strict mode (#6073)
* fix: Fix errors under strict compilation. * fix: Fix tests that referenced properties converted to data attributes. * fix: Incorporate feedback on resolving compiler errors. * refactor: Revert changes to skew and translate attributes. * refactor: Introduce LegacyContextMenuOption type to correspond to documented fields. * refactor: Introduce PathLeftShape and PathDownShape vs casting to PuzzleTab/Notch. * chore: Added nullability modifiers to type annotations. * refactor: Export FlyoutItem directly. * chore: clang-format renderers/zelos/drawer.js.
This commit is contained in:
@@ -151,4 +151,10 @@ IMetricsManager.prototype.getContentMetrics;
|
||||
*/
|
||||
IMetricsManager.prototype.getMetrics;
|
||||
|
||||
/**
|
||||
* Returns common metrics used by UI elements.
|
||||
* @return {!MetricsManager.UiMetrics} The UI metrics.
|
||||
*/
|
||||
IMetricsManager.prototype.getUiMetrics;
|
||||
|
||||
exports.IMetricsManager = IMetricsManager;
|
||||
|
||||
Reference in New Issue
Block a user