FIX: Okay, try going back to the old way. Too many exceptions.

This commit is contained in:
Robin Ward 2017-09-29 10:19:35 -04:00
parent 0caf6a0f7d
commit c1f174f554

View File

@ -4,7 +4,7 @@ export default class RawHtml {
}
init() {
const $html = $.parseHTML(this.html);
const $html = $(this.html);
this.decorate($html);
return $html[0];
}