More work on streamlining package development for views and conventions.

This commit is contained in:
Shannon
2013-10-02 21:03:51 +10:00
parent 92efd6d645
commit dc42c1ebb7
4 changed files with 72 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ namespace Umbraco.Web.Trees.Menu
{
private readonly string _packageFolderName;
private readonly List<MenuItem> _menuItems;
public MenuItemCollection()
{
_menuItems = new List<MenuItem>();