Example #1
0
function untrack(item) {
    t.untrack(item);
}
Example #2
0
function reset() {
    t.untrack(t.tracking());
}