Browse Source

Fix build.

Afshin Darian 8 years ago
parent
commit
64dcd5cea9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/filebrowser/src/index.ts

+ 1 - 0
examples/filebrowser/src/index.ts

@@ -99,6 +99,7 @@ function createApp(manager: ServiceManager.IManager): void {
 
   let fbModel = new FileBrowserModel({ manager });
   let fbWidget = new FileBrowser({
+    id: 'filebrowser',
     commands,
     model: fbModel,
     manager: docManager,