Ver originalvar max = 10;var total = 0;onDrop:function(dragging,drop){ if(total++ > max) this.detach(); if(drop){...