mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-02 15:17:44 -04:00
Refactor structure to be more testable
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
|
||||
module.exports = {
|
||||
template: require('../../../templates/items/footer.tpl'),
|
||||
manipulator: require('../manipulators').html
|
||||
manipulator: require('../manipulators').html,
|
||||
defaults: {
|
||||
attributes: {}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user