From 55d799d2746d0d3c002db9338888d568adfe8a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 9 Feb 2018 15:28:33 -0500 Subject: [PATCH] remove callbacked --- plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}