Update jsdoc annotation in core/interfaces/i_bubble.js

This commit is contained in:
kozbial
2021-07-19 09:26:39 -07:00
committed by Monica Kozbial
parent 2c80b90dab
commit bac62dc9be

View File

@@ -59,7 +59,7 @@ IBubble.prototype.setDragging;
/**
* Move this bubble during a drag, taking into account whether or not there is
* a drag surface.
* @param {BlockDragSurfaceSvg} dragSurface The surface that carries
* @param {?BlockDragSurfaceSvg} dragSurface The surface that carries
* rendered items during a drag, or null if no drag surface is in use.
* @param {!Coordinate} newLoc The location to translate to, in
* workspace coordinates.