mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: proper property brace expansion syntax :(
This commit is contained in:
parent
fe04a8d8a3
commit
4589bce21b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export default Ember.Component.extend({
|
|||
this.get("location.region"),
|
||||
this.get("location.country")
|
||||
].filter(Boolean).join(", ");
|
||||
}.property("location.@{city,region,country}"),
|
||||
}.property("location.{city,region,country}"),
|
||||
|
||||
actions: {
|
||||
lookup: function () {
|
||||
|
|
Loading…
Reference in a new issue