Tickets

Issues

// FIXME: Remove the global variable


    // FIXME: Remove the global variable
    counter = this;
    to_delete.map(function(obj) {
        if (obj != null) {
            counter.removeChild(obj);
            delete obj;

History