Skip to content

Commit

Permalink
fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Asheem Mamoowala committed Mar 8, 2018
1 parent 18f7b14 commit b9e457f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ class Map extends Camera {
*
* @param {string} source The source identifier for the feature.
* @param {string} feature The unique feature identifier from the source data.
* @param {string} state The name of the state to be set.
* @param {string} key The name of the state to be set.
* @param {string | number | boolean} value The value to be set.
* @param {string} sourceLayer (optional) The source-layer identifier for Vector Tile sources.
*/
Expand All @@ -1358,7 +1358,7 @@ class Map extends Camera {
*
* @param {string} source The source identifier for the feature.
* @param {string} feature The unique feature identifier from the source data.
* @param {string} state (optional) The name of the state. When null, all state values are returned.
* @param {string} key (optional) The name of the state. When null, all state values are returned.
* @param {string} sourceLayer (optional) The source-layer identifier for Vector Tile sources.
*
* @returns The value of the specified specified state or all states.
Expand Down

0 comments on commit b9e457f

Please sign in to comment.