| Index: Source/devtools/front_end/elements/module.json
|
| diff --git a/Source/devtools/front_end/elements/module.json b/Source/devtools/front_end/elements/module.json
|
| index 4aff86526e826c7a23f84aad90006755aeb681a0..7c60a07a0a98b7bf5134cf55eb25f597903ec7cc 100644
|
| --- a/Source/devtools/front_end/elements/module.json
|
| +++ b/Source/devtools/front_end/elements/module.json
|
| @@ -74,5 +74,15 @@
|
| "settingType": "checkbox"
|
| }
|
| ],
|
| - "scripts": [ "ElementsPanel.js" ]
|
| + "scripts": [
|
| + "Spectrum.js",
|
| + "DOMSyntaxHighlighter.js",
|
| + "ElementsTreeOutline.js",
|
| + "EventListenersSidebarPane.js",
|
| + "MetricsSidebarPane.js",
|
| + "PlatformFontsSidebarPane.js",
|
| + "PropertiesSidebarPane.js",
|
| + "StylesSidebarPane.js",
|
| + "ElementsPanel.js"
|
| + ]
|
| }
|
|
|