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
+2 -2
View File
@@ -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"
}
}
}