fix(operation) set moveFn to RESTful.mv on disconnect

This commit is contained in:
coderaiser 2018-05-10 16:16:49 +03:00
parent 6e4115a8d0
commit c25dd8d774

View file

@ -134,6 +134,7 @@ function OperationProto(operation, data) {
packTarFn = RESTful.pack;
deleteFn = RESTful.delete;
copyFn = RESTful.cp;
moveFn = RESTful.mv;
extractFn = RESTful.extract;
}