You misspelled the parameter name 'locaction', so your assignment in the constructor is a no-op:

```
this.location = this.location
```


Thanks. I was starting to question my sanity.

Reply via email to