remove callbacked

This commit is contained in:
Barış Soner Uşaklı 2018-02-09 15:28:33 -05:00 committed by GitHub
parent 150e4710dd
commit 55d799d274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"library": "./lib/theme.js", "library": "./lib/theme.js",
"hooks": [ "hooks": [
{ {
"hook": "filter:widgets.getAreas", "method": "defineWidgetAreas", "callbacked": true "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas"
} }
], ],
"scripts": [ "scripts": [
@ -16,4 +16,4 @@
"modules": { "modules": {
"pulling.js": "node_modules/pulling/build/pulling-drawer.js" "pulling.js": "node_modules/pulling/build/pulling-drawer.js"
} }
} }