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;