Added appdata support

This commit is contained in:
NGPixel
2017-01-09 22:45:56 -05:00
parent ec6f32d29c
commit f8161f2e7a
9 changed files with 71 additions and 28 deletions

View File

@@ -18,10 +18,9 @@ module.exports = {
/**
* Initialize Entries model
*
* @param {Object} appconfig The application config
* @return {Object} Entries model instance
*/
init(appconfig) {
init() {
let self = this;