Skip to content

Commit

Permalink
Fixed API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aashish24 committed Apr 15, 2016
1 parent 1c93bab commit e249600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/canvas/heatmapFeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var heatmapFeature = require('../heatmapFeature');
* Inspired from
* https://github.com/mourner/simpleheat/blob/gh-pages/simpleheat.js
*
* @class
* @class geo.canvas.heatmapFeature
* @param {Object} arg Options object
* @extends geo.heatmapFeature
* @returns {canvas_heatmapFeature}
Expand Down
2 changes: 1 addition & 1 deletion src/heatmapFeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var feature = require('./feature');
* intensity must be a positive real number will be used to normalize all
* intensities with a dataset. If no value is given, then a it will
* be computed.
* @returns {geo.heatmapFetures}
* @returns {geo.heatmapFeature}
*/
//////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit e249600

Please sign in to comment.