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