discourse/plugins/discourse-local-dates/assets/javascripts
Robin Ward c322cccd53 FIX: Memory Leaks when decorating posts (#7749)
* Remove long-deprecated method

* FIX: Memory Leaks when decorating posts

Previously we'd keep creating mixins dynamically when decorating the
same class.

This code changes the API to recommend an `id` parameter for each
decorator which will avoid leaks. All plugins should be updated to
include this parameter, although if they don't in the meantime it'll
just mean a warning in the console (and a continued leak.)
2019-06-11 17:21:23 +02:00
..
discourse DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592) 2019-05-27 10:15:39 +02:00
initializers FIX: Memory Leaks when decorating posts (#7749) 2019-06-11 17:21:23 +02:00
lib/discourse-markdown FIX: uses aria-label instead of title as it's useless with popover (#7258) 2019-03-26 16:31:48 +01:00
discourse-local-dates.js.no-module.es6 DEV: make prettier 💅 happy 2019-06-06 12:28:41 +02:00