Migrate discourse-common from es6 -> js

This commit is contained in:
Robin Ward
2020-03-23 15:05:03 -04:00
parent 8b7dc35e76
commit 27641f21e4
23 changed files with 7 additions and 4 deletions

View File

@ -0,0 +1,3 @@
export const INPUT_DELAY = 250;
export default { environment: Ember.testing ? "test" : "development" };