FIX: Prettier on iframed-html component

This commit is contained in:
Mark VanLandingham 2020-02-27 11:53:10 -06:00
parent ab133a7036
commit db19f64b2b

View File

@ -6,7 +6,7 @@ export default Component.extend({
className: "",
classNameBindings: ["html:iframed-html", "className"],
sandbox: "allow-same-origin",
attributeBindings: ['sandbox:sandbox'],
attributeBindings: ["sandbox:sandbox"],
didRender() {
this._super(...arguments);
@ -16,4 +16,3 @@ export default Component.extend({
iframeDoc.close();
}
});