4 lines
124 B
JavaScript
4 lines
124 B
JavaScript
import simulateDrag from './simulate_drag';
|
|
|
|
// Export to global space for rspec to use
|
|
window.simulateDrag = simulateDrag;
|