var Droppables = {
    drops: [],

    remove: function (element) {
        this.drops = this.drops.reject(function (d) {