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
2024-11-25 05:47:31 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
3388872991
discourse
/
app
/
assets
/
javascripts
/
env.js
4 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) Co-Authored-By: Bianca Nenciu <nbianca@users.noreply.github.com> Co-Authored-By: David Taylor <david@taylorhq.com>
2019-01-10 18:06:01 +08:00
window
.
ENV
=
{
}
;
Upgrade jQuery
2016-02-11 01:14:37 +08:00
window
.
EmberENV
=
window
.
EmberENV
||
{
}
;
Fixes some Ember Deprecations for 1.13: - Remove ArrayController - Remove {{view}} from templates - Replace many cases of needs: [‘controller’] with inject - Enable Ember Legacy Views
2016-10-21 01:26:41 +08:00
window
.
EmberENV
.
FORCE
_JQUERY
=
true
;
Reference in New Issue
Copy Permalink