This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-25 04:36:41 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
discourse
/
app
/
assets
/
javascripts
/
discourse-common
/
config
/
environment.js
6 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
DEV: Make `discourse-common` an Ember addon. (#9578) This is to help with the migration to Ember CLI. In the current running version of Discourse everything should be the same as before, just with a few extra files that are not used. However, using Ember CLI this can be installed as an Ember addon. Co-Authored-By: Jarek Radosz <jradosz@gmail.com>
2020-04-29 12:18:21 -04:00
"use strict"
;
DEV: defines a constant for INPUT_DELAY (#9169)
2020-03-11 15:28:16 +01:00
DEV: apply new coding standards (#10592)
2020-09-04 13:42:47 +02:00
module
.
exports
=
function
(
/* environment, appConfig */
)
{
DEV: Make `discourse-common` an Ember addon. (#9578) This is to help with the migration to Ember CLI. In the current running version of Discourse everything should be the same as before, just with a few extra files that are not used. However, using Ember CLI this can be installed as an Ember addon. Co-Authored-By: Jarek Radosz <jradosz@gmail.com>
2020-04-29 12:18:21 -04:00
return
{
}
;
}
;
Reference in New Issue
Copy Permalink