Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed Oct 10, 2016
1 parent 5bb34eb commit 3b38792
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions viewer/js/gis/dijit/Identify.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,13 @@ define([
}, this);
this.map.infoWindow.setFeatures(fSet);
},
getFormattedFeature: function(feature){
array.forEach(feature.infoTemplate.info.fieldInfos, function(info){
if(typeof info.formatter === 'function'){
feature.attributes[info.fieldName] = info.formatter(feature.attributes[info.fieldName], feature.attributes);
}
});
return feature;
getFormattedFeature: function (feature) {
array.forEach(feature.infoTemplate.info.fieldInfos, function (info) {
if (typeof info.formatter === 'function') {
feature.attributes[info.fieldName] = info.formatter(feature.attributes[info.fieldName], feature.attributes);
}
});
return feature;
},
identifyError: function (err) {
this.map.infoWindow.hide();
Expand Down

0 comments on commit 3b38792

Please sign in to comment.