mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 08:03:49 +00:00
[JSDoc] Add annotations
Bulk-add JSDoc annotations, WTD-1482.
This commit is contained in:
@ -30,6 +30,7 @@ define(
|
||||
* The `info` gesture displays domain object metadata in a
|
||||
* bubble on hover.
|
||||
*
|
||||
* @memberof platform/commonUI/inspect
|
||||
* @constructor
|
||||
* @param $timeout Angular's `$timeout`
|
||||
* @param {InfoService} infoService a service which shows info bubbles
|
||||
@ -103,6 +104,7 @@ define(
|
||||
* Detach any event handlers associated with this gesture.
|
||||
* @memberof InfoGesture
|
||||
* @method
|
||||
* @memberof platform/commonUI/inspect.InfoGesture#
|
||||
*/
|
||||
destroy: function () {
|
||||
// Dismiss any active bubble...
|
||||
@ -119,3 +121,4 @@ define(
|
||||
}
|
||||
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user