This commit is contained in:
Ylian Saint-Hilaire 2020-05-13 00:27:40 -07:00
commit 3b5cf90eaf
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ module.exports.pluginHandler = function (parent) {
st.src = '/pluginHandler.js'; st.src = '/pluginHandler.js';
document.body.appendChild(st); document.body.appendChild(st);
}; };
return obj; };`; return obj; }`;
return str; return str;
} }