diff --git a/winjs/winjs.d.ts b/winjs/winjs.d.ts index daa071fb33..a27a5350e6 100644 --- a/winjs/winjs.d.ts +++ b/winjs/winjs.d.ts @@ -3598,7 +3598,7 @@ declare module WinJS.UI { /** * Sets the AppBarCommand objects that appear in the app bar. **/ - commands: AppBarCommand; + commands: AppBarCommand[]; /** * Gets or sets a value that indicates whether the AppBar is disabled. @@ -5598,7 +5598,7 @@ declare module WinJS.UI { /** * Sets the MenuCommand objects that appear in the menu. **/ - commands: MenuCommand; + commands: MenuCommand[]; /** * Gets the DOM element that hosts the Menu.