[JSDoc] Add annotations
Bulk-add JSDoc annotations, WTD-1482.
This commit is contained in:
@@ -29,6 +29,8 @@ define(
|
||||
* Policy preventing the Imagery view from being made available for
|
||||
* domain objects which do not have associated image telemetry.
|
||||
* @implements {Policy}
|
||||
* @constructor
|
||||
* @memberof platform/features/imagery
|
||||
*/
|
||||
function ImageryViewPolicy() {
|
||||
function hasImageTelemetry(domainObject) {
|
||||
@@ -57,3 +59,4 @@ define(
|
||||
return ImageryViewPolicy;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user