This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2f19588311
discourse
/
app
/
assets
/
javascripts
/
env.js
4 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Many fixes for Ember 1.9.0
2014-12-10 11:34:00 -05:00
window
.
ENV
=
{
}
;
Upgrade jQuery
2016-02-10 12:14:37 -05: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-20 13:26:41 -04:00
window
.
EmberENV
.
FORCE
_JQUERY
=
true
;