Skip to content

Commit

Permalink
Fix requires
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Nov 21, 2015
1 parent da85870 commit c741bd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jsts/densify/Densifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
* See /license.txt for the full text of the license.
*/

/**
* @requires jsts/geom/util/GeometryTransformer.js
*/

(function() {

/**
* Densifies a {@link Geometry} by inserting extra vertices along the line
* segments contained in the geometry. All segments in the created densified
Expand Down

0 comments on commit c741bd0

Please sign in to comment.