Skip to content

Commit

Permalink
Fix function type
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 10, 2019
1 parent c83fe5a commit ff48bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contribs/gmf/examples/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function MainController(gmfThemes, ngeoFeatureOverlayMgr, ngeoNotification) {
});

/**
* @type {function()}
* @type {function(): void}
*/
this.searchIsReady = () => {
ngeoNotification.notify({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/jsts": "^0.17.0",
"@types/proj4": "^2.5.0",
"@types/typeahead": "^0.11.32",
"angular": "^1.7.8",
"angular": "1.7.8",
"angular-animate": "^1.7.8",
"angular-dynamic-locale": "^0.1.37",
"angular-float-thead": "^0.1.2",
Expand Down

0 comments on commit ff48bdd

Please sign in to comment.