A. Darian 8 anos atrás
pai
commit
3d76e445d9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/inspector/inspector.ts

+ 1 - 1
src/inspector/inspector.ts

@@ -132,7 +132,7 @@ class Inspector extends TabPanel {
     }
 
     // Clear the inspector child items (but maintain history).
-    Object.keys(this._items).forEach(i => { this._items[i].content = null; });
+    Object.keys(this._items).forEach(i => this._items[i].content = null);
 
     this._reference = reference;