mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 08:17:24 +08:00
FIX: Use modules for Ember.run.debounce
hack in testing
This commit is contained in:
@ -17,7 +17,7 @@ var define, requirejs;
|
||||
"@ember/runloop": {
|
||||
bind: Ember.run.bind,
|
||||
cancel: Ember.run.cancel,
|
||||
debounce: Ember.run.debounce,
|
||||
debounce: Ember.testing ? Ember.run : Ember.run.debounce,
|
||||
later: Ember.run.later,
|
||||
next: Ember.run.next,
|
||||
once: Ember.run.once,
|
||||
|
Reference in New Issue
Block a user