Skip to content

Commit 58922a2

Browse files
author
Lijun Zhang
committed
DM-7508: fixed the jsdoc error in DrawLayerCntlr.js
1 parent ff413ac commit 58922a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/firefly/js/visualize/DrawLayerCntlr.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ export function dispatchDeleteRegionLayer(drawLayerId, plotId, dispatcher = flux
327327
* @param dispatcher
328328
* @func dispatchAddRegionEntry
329329
* @memberof firefly.action
330-
331330
*/
332331
export function dispatchAddRegionEntry(drawLayerId, regionChanges, plotId=[], layerTitle='', dispatcher = flux.process) {
333332
dispatcher({type: REGION_ADD_ENTRY, payload: {drawLayerId, regionChanges, plotId, layerTitle}});
@@ -340,7 +339,6 @@ export function dispatchAddRegionEntry(drawLayerId, regionChanges, plotId=[], la
340339
* @param dispatcher
341340
* @func dispatchRemoveRegionEntry
342341
* @memberof firefly.action
343-
344342
*/
345343
export function dispatchRemoveRegionEntry(drawLayerId, regionChanges, dispatcher = flux.process) {
346344
dispatcher({type: REGION_REMOVE_ENTRY, payload: {drawLayerId, regionChanges}});

0 commit comments

Comments
 (0)