MCPcopy Create free account
hub / github.com/codecombat/codecombat / deleteTooltip

Method deleteTooltip

app/views/admin/CodeLogsView.js:82–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 deleteTooltip () {
83 if (this.tooltip != null) {
84 this.tooltip.off('blur')
85 this.tooltip.remove()
86 return this.tooltip = null
87 }
88 }
89
90 onBlurTooltip (e) {
91 return this.deleteTooltip()

Callers 2

onBlurTooltipMethod · 0.95
destroyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected