From 6cecc6ae630e98defc6f0b6f137802dc8015a8a7 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Wed, 5 Oct 2016 14:49:43 -0400 Subject: [PATCH] did a thing --- client/modules/IDE/components/PreviewFrame.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/modules/IDE/components/PreviewFrame.js b/client/modules/IDE/components/PreviewFrame.js index 043dd827..9cf0fbf0 100644 --- a/client/modules/IDE/components/PreviewFrame.js +++ b/client/modules/IDE/components/PreviewFrame.js @@ -167,6 +167,8 @@ class PreviewFrame extends React.Component { } injectLocalFiles() { + loopProtect.alias = 'protect'; + let htmlFile = this.props.htmlFile.content; let scriptOffs = [];