OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "@WebInspector.ContextMenu.Provider", | 4 "type": "@WebInspector.ContextMenu.Provider", |
5 "contextTypes": [ "WebInspector.CodeMirrorTextEditor" ], | 5 "contextTypes": [ "WebInspector.CodeMirrorTextEditor" ], |
6 "className": "WebInspector.DocumentationView.ContextMenuProvider" | 6 "className": "WebInspector.DocumentationView.ContextMenuProvider" |
7 } | 7 } |
8 ], | 8 ], |
9 "scripts": [ "DocumentationView.js" ] | 9 "scripts": [ |
| 10 "WikiParser.js", |
| 11 "JSArticle.js", |
| 12 "CSSArticle.js", |
| 13 "DocumentationURLProvider.js", |
| 14 "DocumentationView.js" |
| 15 ] |
10 } | 16 } |
OLD | NEW |