Skip to content

Commit

Permalink
Merge pull request #215 from anthonytordillos/master
Browse files Browse the repository at this point in the history
Fix JSDoc @param annotations.
  • Loading branch information
ebidel committed Oct 10, 2015
2 parents a99a8ea + eefc06f commit 6a25c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions google-map-directions.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
Fired whenever the directions service returns a result.
@event google-map-response
@param {Object} detail
@param {object} detail.response The directions service response.
@param {{response: Object}}} detail
*/
properties: {
/**
Expand Down
7 changes: 2 additions & 5 deletions google-map-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,14 @@ <h2>{{marker.name}}</h2>
* Fired when the details of a place are returned.
*
* @event google-map-search-place-detail
* @param {google.maps.MarkerPlace} detail The place details.
* @param {google.maps.MarkerPlace} detail The place details.
*/

/**
* Fired when the search element returns a result.
*
* @event google-map-search-results
* @param {Array} detail An array of search results
* @param {number} detail.latitude Latitude of the result.
* @param {number} detail.longitude Longitude of the result.
* @param {bool} detail.show Whether to show the result on the map.
* @param {Array<{latitude: number, longitude: number}>} detail An array of search results
*/

/**
Expand Down

0 comments on commit 6a25c91

Please sign in to comment.