submenu -> subMenu

This commit is contained in:
Daniel Rosenwasser
2015-08-04 13:25:23 -07:00
parent a087774998
commit c2202858a1
+1 -1
View File
@@ -7,7 +7,7 @@ context.settings({compress: true});
context.attach('#test', [
{header: 'header 1'},
{divider: true},
{text:'foobar', submenu: [
{text:'foobar', subMenu: [
{text:'sub1'},
{text:'sub2'}
]}