Fix tests

This commit is contained in:
John Firebaugh
2013-06-03 17:04:01 -07:00
parent 4b8ecc2dd7
commit cc4f6b16a5

View File

@@ -54,5 +54,10 @@ iD.ui.Sidebar = function(context) {
};
}
sidebar.hover = function() {};
sidebar.select = function() {};
sidebar.show = function() {};
sidebar.hide = function() {};
return sidebar;
};