discourse/plugins/discourse-local-dates
Roman Rizzi 8b426431a4
DEV: Wrap Ember.run.debounce. (#11352)
We want to wrap the `Ember.run.debounce` function and internally call `Ember.run` instead when running tests.

This commit changes discourseDebounce to work the same way as `Ember.run.debounce`.

Now that `discourseDebounce` works exactly like `Ember.run.debounce`, let's replace it and only use `DiscourseDebounce` from now on.

Move debounce to discourse-common to be able to reuse it in different bundles

Keep old debounce file for backwards-compatibility
2020-12-10 11:01:42 -03:00
..
assets DEV: Wrap Ember.run.debounce. (#11352) 2020-12-10 11:01:42 -03:00
config Update translations (#11264) 2020-11-17 14:49:58 +01:00
lib/discourse_local_dates DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
spec FIX: converts “ and ” to " in local dates (#10987) 2020-10-21 17:16:36 +02:00
test/javascripts FIX: Local dates showed incorrect timezones with extra whitespace (#11408) 2020-12-08 10:57:18 +11:00
plugin.rb REFACTOR: local dates to improve reliability with DST and recurrence (#9379) 2020-04-08 08:53:21 +02:00