├── .editorconfig ├── LICENSE ├── README.md └── drag-and-drop-test.html /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonadler/drag-and-drop-across-browsers/HEAD/.editorconfig -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonadler/drag-and-drop-across-browsers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonadler/drag-and-drop-across-browsers/HEAD/README.md -------------------------------------------------------------------------------- /drag-and-drop-test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonadler/drag-and-drop-across-browsers/HEAD/drag-and-drop-test.html --------------------------------------------------------------------------------