FIX: Use proper iconNode when compiling virtual dom templates

This commit is contained in:
Robin Ward
2017-09-01 11:20:14 -04:00
parent 0fb7831749
commit cb56dcdf2e
3 changed files with 20 additions and 5 deletions

View File

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