mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
FIX: proper property brace expansion syntax :(
This commit is contained in:
parent
fe04a8d8a3
commit
4589bce21b
@ -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…
x
Reference in New Issue
Block a user