diff --git a/pluginHandler.js b/pluginHandler.js index b095eb19..12f99f25 100644 --- a/pluginHandler.js +++ b/pluginHandler.js @@ -123,7 +123,7 @@ module.exports.pluginHandler = function (parent) { st.src = '/pluginHandler.js'; document.body.appendChild(st); }; - return obj; };`; + return obj; }`; return str; }