Skip to content

Commit 41ea668

Browse files
committed
fix codacy warning
1 parent fc386c5 commit 41ea668

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
@@ -648,8 +648,8 @@ dlfUtils.scaleToImageSize = function (features, imageObj, width, height, optOffs
648648
/**
649649
* Search a feature collection for a feature with the given coordinates
650650
* @param {Array.<ol.Feature>} featureCollection
651-
* @param {string} coordinates
652-
* @return {Array.<ol.Feature>|undefined}
651+
* @param {string} coordinates for highlighting
652+
* @returns {Array.<ol.Feature>|undefined}
653653
*/
654654
dlfUtils.searchFeatureCollectionForCoordinates = function (featureCollection, coordinates) {
655655
var features = [];

0 commit comments

Comments
 (0)