FIX: Prettier on iframed-html component (#9062)

This commit is contained in:
Mark VanLandingham 2020-02-27 11:56:13 -06:00 committed by GitHub
parent 337b823ec6
commit f358114361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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();
}
});