mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Remove unused var (eslint)
This commit is contained in:
@@ -137,7 +137,7 @@ export function uiIntroWelcome(context, reveal) {
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
chapter.enter = function() {
|
||||
welcome();
|
||||
};
|
||||
@@ -145,7 +145,7 @@ export function uiIntroWelcome(context, reveal) {
|
||||
|
||||
chapter.exit = function() {
|
||||
listener.off();
|
||||
var tooltip = d3_select('.curtain-tooltip.intro-mouse')
|
||||
d3_select('.curtain-tooltip.intro-mouse')
|
||||
.selectAll('.counter')
|
||||
.remove();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user