chore(modeling): renamve behaviors for clarity
This commit is contained in:
parent
8eff06fb0c
commit
695a973e92
|
@ -1,5 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
__init__: [ 'dropBehavior', 'appendBehavior' ],
|
__init__: [ 'appendBehavior', 'dropBehavior' ],
|
||||||
dropBehavior: [ 'type', require('./Drop') ],
|
appendBehavior: [ 'type', require('./AppendBehavior') ],
|
||||||
appendBehavior: [ 'type', require('./Append') ]
|
dropBehavior: [ 'type', require('./DropBehavior') ]
|
||||||
};
|
};
|
Loading…
Reference in New Issue