FIX: Broken build

This commit is contained in:
Robin Ward 2014-08-25 13:35:40 -04:00
parent f10f9585ae
commit 0fba445bc1
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ Discourse.Markdown = {
// Add anything whitelisted to the list of elements if it's not in there
// already.
var elements = window.html4.ELEMENTS;
Ember.keys(_validTags).forEach(function(t) {
Object.keys(_validTags).forEach(function(t) {
if (!elements[t]) {
elements[t] = 0;
}