Index: Source/devtools/front_end/documentation/module.json |
diff --git a/Source/devtools/front_end/documentation/module.json b/Source/devtools/front_end/documentation/module.json |
index 3178d2bc1894c8060427c04b7a10d82adfe18f2d..838f2f4637c76cb12fa75ca4823c6db2009ebdbd 100644 |
--- a/Source/devtools/front_end/documentation/module.json |
+++ b/Source/devtools/front_end/documentation/module.json |
@@ -6,5 +6,11 @@ |
"className": "WebInspector.DocumentationView.ContextMenuProvider" |
} |
], |
- "scripts": [ "DocumentationView.js" ] |
+ "scripts": [ |
+ "WikiParser.js", |
+ "JSArticle.js", |
+ "CSSArticle.js", |
+ "DocumentationURLProvider.js", |
+ "DocumentationView.js" |
+ ] |
} |