From 18801ed0c02627e87639dc0848cab44dacc18be2 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 18 Apr 2022 06:51:50 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2) --- recipes/googledrive/webview.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/googledrive/webview.js') diff --git a/recipes/googledrive/webview.js b/recipes/googledrive/webview.js index c17f205..aba811f 100644 --- a/recipes/googledrive/webview.js +++ b/recipes/googledrive/webview.js @@ -2,7 +2,7 @@ const _path = _interopRequireDefault(require('path')); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } -module.exports = (Ferdi) => { - Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); - Ferdi.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js')); +module.exports = (Ferdium) => { + Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); + Ferdium.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js')); }; -- cgit v1.2.3-54-g00ecf