Searched refs:unzoom (Results 1 – 2 of 2) sorted by relevance
159 function unzoom(e) { function230 unzoom(selected); return false;
1335 this.svg.find(`#zoom_rect_${this.id}`).css('cursor', 'pointer').click(unzoom);1336 this.svg.find(`#zoom_text_${this.id}`).css('cursor', 'pointer').click(unzoom);1346 function unzoom() { function