Added support for <init-widgets>

This commit is contained in:
Patrick Steele-Idem 2014-10-29 15:41:43 -06:00
parent 75e421d330
commit 33a5704f4e

View File

@ -40,6 +40,13 @@
"function-name": "string",
"include-script-tag": "boolean"
}
},
"init-widgets": {
"renderer": "./taglib/init-widgets-tag.js",
"attributes": {
"function-name": "string",
"include-script-tag": "boolean"
}
}
}
}