2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Upgrade to Ember 2.10

This commit is contained in:
Robin Ward 2016-12-02 16:23:52 -05:00
parent 765e5e9186
commit a808bcb0b8
19 changed files with 132 additions and 109 deletions

View file

@ -7,6 +7,7 @@ const Discourse = Ember.Application.extend({
rootElement: '#main',
_docTitle: document.title,
__TAGS_INCLUDED__: true,
RAW_TEMPLATES: {},
getURL(url) {
if (!url) return url;