|
|
@ -905,7 +905,7 @@ module.exports = Backbone.View.extend({ |
|
|
* */ |
|
|
* */ |
|
|
endMove(e) { |
|
|
endMove(e) { |
|
|
var created; |
|
|
var created; |
|
|
const moved = []; |
|
|
const moved = [null]; |
|
|
const docs = this.getDocuments(); |
|
|
const docs = this.getDocuments(); |
|
|
const container = this.getContainerEl(); |
|
|
const container = this.getContainerEl(); |
|
|
const onEndMove = this.onEndMove; |
|
|
const onEndMove = this.onEndMove; |
|
|
|