@ -11,7 +11,7 @@ $(function(){
$target.removeClass( 'drag-over' );
return false;
}).
bind("mouseout", function () {
bind("dragleave", function () {
@ -155,4 +155,4 @@ $(function(){
}());
});