Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Please refactor this #33

Open
planteater opened this issue Dec 9, 2019 · 0 comments
Open

Please refactor this #33

planteater opened this issue Dec 9, 2019 · 0 comments
Assignees

Comments

@planteater
Copy link

fun

In drinkypoo/quencher/lager.js (Lines 77-84)


	addToolTip(elementId, key) {
		let div = document.getElementById(elementId);
		this.subscriptions.add(
			atom.tooltips.add(div, {
				title: key,
				placement: "left",
				delay: 0
			})

Open on Web · Open in IDE · Open on GitHub

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants