make jshint happy

This commit is contained in:
Régis Hanol 2015-08-12 23:02:36 +02:00
parent 6669a2d94d
commit 3ebc9d2ab1

View File

@ -6,4 +6,4 @@ export default ObjectController.extend({
return I18n.t("topic.unsubscribe.stop_notifications", { title: this.get("model.fancyTitle") });
}.property("model.fancyTitle"),
})
});