Sign in
webkit
/
WebKit
/
6ada3cd2e0d9b9e450b5e021e0e5526f55f59df8
/
.
/
LayoutTests
/
fast
/
events
/
resources
/
dropzone.js
blob: 11a18258e5656e4d03383422178a46fb8dbcb68a [
file
] [
log
] [
blame
]
function
drop
(
e
)
{
printDropEvent
(
e
);
cancelDrag
(
e
);
}
function
cancelDrag
(
e
)
{
e
.
preventDefault
();
}