discourse/plugins/discourse-local-dates/assets/javascripts
Joffrey JAFFEUX f1bb1db354
DEV: enforces ember-template-lint: no-unbound (#9147)
From ember-template-lint documentation (https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-unbound.md):

```
{{unbound}} is a legacy hold over from the days in which Ember's template engine was less performant. Its use today is vestigial, and it no longer offers performance benefits.

It is also a poor practice to use it for rendering only the initial value of a property that may later change.
```

Co-Authored-By: Jarek Radosz <jradosz@gmail.com>
2020-03-09 15:28:31 +01:00
..
discourse DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
initializers FIX: Memory Leaks when decorating posts (#7749) 2019-06-11 17:21:23 +02:00
lib/discourse-markdown FIX: handle german quotes in discourse local-dates (#8386) 2019-11-21 11:43:35 +01:00
discourse-local-dates.js.no-module.es6 FIX: improves recurring by ensuring DST is computed correctly (#8410) 2019-11-25 23:32:24 +01:00