2014-12-07 13:08:50 +01:00

5 lines
168 B
JavaScript

module.exports = {
__init__: [ 'dropBehavior', 'appendBehavior' ],
dropBehavior: [ 'type', require('./Drop') ],
appendBehavior: [ 'type', require('./Append') ]
};