Skip to content

Commit a793d50

Browse files
committed
JSDocs fix: fixed a jsdoc build error
1 parent 0d4d30f commit a793d50

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/firefly/js/metaConvert/LsstSdssRequestList.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {ServerRequest} from '../data/ServerRequest.js';
1212
* @param sr - {Object}
1313
* @param plotId - {String}
1414
* @param title - {String}
15-
* @returns {a WebRequest object}
15+
* @returns {WebPlotRequest} a web plot request
1616
*/
1717
function makeWebRequest(sr, plotId, title) {
1818
const r = WebPlotRequest.makeProcessorRequest(sr, 'lsst-sdss');
@@ -28,8 +28,6 @@ function makeWebRequest(sr, plotId, title) {
2828
}
2929

3030
/**
31-
* 11/23/16
32-
* Lijun Zhang
3331
* @param table - {Object }
3432
* @param rowIdx - {int}
3533
* @returns {Function}

0 commit comments

Comments
 (0)