discourse/plugins/discourse-local-dates/assets/javascripts/discourse
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
..
components DEV: Wrap Ember.run.debounce. (#11352) 2020-12-10 11:01:42 -03:00
controllers DEV: apply coding standards to plugins (#10594) 2020-09-04 13:51:53 +02:00
templates REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00