Skip to content

Commit 481c96b

Browse files
committed
fix codacy warning
1 parent 5aa6fea commit 481c96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/Public/JavaScript/PageView/Utility.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ dlfUtils.scaleToImageSize = function (features, imageObj, width, height, optOffs
649649
/**
650650
* Search a feature collection for a feature with the given coordinates
651651
* @param {Array.<ol.Feature>} featureCollection
652-
* @param {string} coordinates
653-
* @return {Array.<ol.Feature>|undefined}
652+
* @param {string} coordinates for highlighting
653+
* @returns {Array.<ol.Feature>|undefined}
654654
*/
655655
dlfUtils.searchFeatureCollectionForCoordinates = function (featureCollection, coordinates) {
656656
var features = [];

0 commit comments

Comments
 (0)