Refactor structure to be more testable

This commit is contained in:
Keegan
2016-01-27 00:03:07 -08:00
parent b960dc19f4
commit 13b84f7e6c
19 changed files with 391 additions and 3095 deletions
+4 -1
View File
@@ -2,5 +2,8 @@
module.exports = {
template: require('../../../templates/items/footer.tpl'),
manipulator: require('../manipulators').html
manipulator: require('../manipulators').html,
defaults: {
attributes: {}
}
};