Skip to content

Commit 2383cfc

Browse files
committed
Fix docs issues
1 parent 3d82305 commit 2383cfc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/cylc/gscan/deltas.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import * as GScanTree from '@/components/cylc/gscan/index'
2020
* Deltas added.
2121
*
2222
* @param {DeltasAdded} added
23-
* @param {import('./index').GScan} gscan
23+
* @param {GScan} gscan
2424
* @param {*} options
2525
* @returns {Result}
2626
*/
@@ -49,7 +49,7 @@ function applyDeltasAdded (added, gscan, options) {
4949
* Deltas updated.
5050
*
5151
* @param {DeltasUpdated} updated
52-
* @param {import('./index').GScan} gscan
52+
* @param {GScan} gscan
5353
* @param {*} options
5454
* @returns {Result}
5555
*/
@@ -78,7 +78,7 @@ function applyDeltasUpdated (updated, gscan, options) {
7878
* Deltas pruned.
7979
*
8080
* @param {DeltasPruned} pruned
81-
* @param {import('./index').GScan} gscan
81+
* @param {GScan} gscan
8282
* @param {*} options
8383
* @returns {Result}
8484
*/

src/model/WorkflowState.model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class WorkflowState extends Enumify {
5050

5151
/**
5252
* Workflow states ordered for display purposes.
53-
* @type {Map} - Using a map to prevent more unexpected sorting issues
53+
* @type {Map}
5454
* @see https://stackoverflow.com/questions/5525795/does-javascript-guarantee-object-property-order/38218582#38218582
5555
*/
5656
export const WorkflowStateOrder = new Map([

0 commit comments

Comments
 (0)