mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
Remove unused
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
iD.behavior.accept = function() {
|
||||
var event = d3.dispatch('accept'),
|
||||
keybinding = d3.keybinding('accept');
|
||||
|
||||
function accept(selection) {
|
||||
keybinding.on('↩', function() {
|
||||
event.accept();
|
||||
})(selection);
|
||||
}
|
||||
|
||||
return d3.rebind(accept, event, "on");
|
||||
};
|
||||
Reference in New Issue
Block a user