2014-11-21 09:22:51 +01:00

4 lines
99 B
JavaScript

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