Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/dnd-core/lib/
Upload File :
Current File : /home/emeraadmin/www/node_modules/dnd-core/lib/factories.js

import { DragDropManagerImpl } from './DragDropManagerImpl';
export function createDragDropManager(backendFactory, globalContext, backendOptions, debugMode) {
    const manager = new DragDropManagerImpl(debugMode);
    const backend = backendFactory(manager, globalContext, backendOptions);
    manager.receiveBackend(backend);
    return manager;
}