aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/recipe.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-12 09:19:10 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-12 09:19:10 +0200
commit828f4bce4ee1d7c53c132f0cce6032c121632015 (patch)
tree732d53bf1419dfd315f96bcb7cc4a43f34d31389 /src/webview/recipe.js
parentMerge branch 'private-notifications' (diff)
downloadferdium-app-828f4bce4ee1d7c53c132f0cce6032c121632015.tar.gz
ferdium-app-828f4bce4ee1d7c53c132f0cce6032c121632015.tar.zst
ferdium-app-828f4bce4ee1d7c53c132f0cce6032c121632015.zip
Use ferdi namespace on debugger
Diffstat (limited to 'src/webview/recipe.js')
-rw-r--r--src/webview/recipe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index c223b73de..e00566283 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -13,7 +13,7 @@ import './notifications';
13 13
14import { DEFAULT_APP_SETTINGS } from '../config'; 14import { DEFAULT_APP_SETTINGS } from '../config';
15 15
16const debug = require('debug')('Franz:Plugin'); 16const debug = require('debug')('Ferdi:Plugin');
17 17
18class RecipeController { 18class RecipeController {
19 @observable settings = { 19 @observable settings = {