diff --git a/src/canvas/heatmapFeature.js b/src/canvas/heatmapFeature.js index c25ccc8181..54fc3476f9 100644 --- a/src/canvas/heatmapFeature.js +++ b/src/canvas/heatmapFeature.js @@ -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} diff --git a/src/heatmapFeature.js b/src/heatmapFeature.js index d181d6600a..3c1f17e470 100644 --- a/src/heatmapFeature.js +++ b/src/heatmapFeature.js @@ -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} */ //////////////////////////////////////////////////////////////////////////////