Skip to content

Commit

Permalink
EZP-27507: fixed CS issue previously ignored by eslint 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Aug 24, 2017
1 parent 7b31d93 commit b84d52e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/ez-browse.js
Expand Up @@ -17,9 +17,9 @@

static get properties() {
return {
/**
* The selected location id which will determine the starting location id of the UDW.
*/
/**
* The selected location id which will determine the starting location id of the UDW.
*/
'selectedLocationId': {
type: Number,
},
Expand Down

0 comments on commit b84d52e

Please sign in to comment.