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