diff --git a/plugin.json b/plugin.json index caf64a5..9a1e568 100644 --- a/plugin.json +++ b/plugin.json @@ -3,7 +3,7 @@ "library": "./lib/theme.js", "hooks": [ { - "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas", "callbacked": true + "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" } ], "scripts": [ @@ -16,4 +16,4 @@ "modules": { "pulling.js": "node_modules/pulling/build/pulling-drawer.js" } -} \ No newline at end of file +}