Skip to content

Commit

Permalink
Use correct renderOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Feb 19, 2015
1 parent 9e94308 commit 5e712ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ol/style/regularshapestyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ ol.style.RegularShape.prototype.render_ = function(atlasManager) {

/**
* @private
* @param {ol.style.Circle.RenderOptions} renderOptions
* @param {ol.style.RegularShape.RenderOptions} renderOptions
* @param {CanvasRenderingContext2D} context
* @param {number} x The origin for the symbol (x).
* @param {number} y The origin for the symbol (y).
Expand Down

0 comments on commit 5e712ac

Please sign in to comment.