FIX: proper property brace expansion syntax :(

This commit is contained in:
Régis Hanol 2014-08-06 21:22:36 +02:00
parent fe04a8d8a3
commit 4589bce21b
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {