Skip to content

Commit

Permalink
Trivial fix - comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adube committed Sep 26, 2018
1 parent 9213414 commit 084672d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/FeatureHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ exports.prototype.getType = function(feature) {
* @param {!ol.Feature} feature Feature.
* @param {!ol.Map} map Map.
* @param {boolean=} opt_zoomOut Whether the map should also be zoomed
* out if the feature would not fit inside the current map view
* out if the feature doesn't fit inside the current map view
* extent. Defaults to `true`.
* @param {number=} opt_panDuration Pan animation duration. Defaults to `250`.
* @export
Expand Down

0 comments on commit 084672d

Please sign in to comment.