mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 19:31:41 +00:00
Jshint fixes
This commit is contained in:
@@ -64,5 +64,5 @@ iD.ui.Modes = function(context) {
|
||||
|
||||
d3.select(document)
|
||||
.call(keybinding);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -43,5 +43,5 @@ iD.ui.UndoRedo = function(context) {
|
||||
.attr('data-original-title', iD.ui.tooltipHtml(redo || t('nothing_to_redo'), iD.ui.cmd('⌘⇧Z')))
|
||||
.call(refreshTooltip);
|
||||
});
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user