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