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