updating to ensureHTML

This commit is contained in:
Edward Zarecor
2019-07-10 10:07:52 -04:00
parent 9153703212
commit 2596b67664

View File

@@ -5103,7 +5103,7 @@ schematic = (function() {
{
offset_x: this.offset_x,
offset_y: this.offset_y,
parent: edx.HtmlUtils.HTML(this.parent.toString())
parent: edx.HtmlUtils.ensureHTML(this.parent.toString())
});
}