This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-12-02 05:29:17 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
715ec0d72f
discourse
/
app
/
assets
/
javascripts
/
pretty-text
/
config
/
environment.js
6 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
DEV: Move pretty-text into an ember-addon format (#9689)
2020-05-07 11:37:47 -05:00
"use strict"
;
DEV: apply new coding standards (#10592)
2020-09-04 06:42:47 -05:00
module
.
exports
=
function
(
/* environment, appConfig */
)
{
DEV: Move pretty-text into an ember-addon format (#9689)
2020-05-07 11:37:47 -05:00
return
{
}
;
}
;
Reference in New Issue
Copy Permalink