mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-20 20:53:37 +00:00
Fix inadverted .remove call. Fixes #686
This commit is contained in:
@@ -112,7 +112,7 @@ iD.Background = function() {
|
||||
.each(function() {
|
||||
var tile = this;
|
||||
window.setTimeout(function() {
|
||||
tile.remove();
|
||||
tile.parentNode.removeChild(tile);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user