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