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