mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
Fix tests
This commit is contained in:
@@ -54,5 +54,10 @@ iD.ui.Sidebar = function(context) {
|
||||
};
|
||||
}
|
||||
|
||||
sidebar.hover = function() {};
|
||||
sidebar.select = function() {};
|
||||
sidebar.show = function() {};
|
||||
sidebar.hide = function() {};
|
||||
|
||||
return sidebar;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user