Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "extensions": [ | |
| 3 { | |
| 4 "type": "@WebInspector.ContextMenu.Provider", | |
| 5 "contextTypes": [ "WebInspector.CodeMirrorTextEditor" ], | |
| 6 "className": "WebInspector.DocumentationView.ContextMenuProvider" | |
| 7 } | |
| 8 ], | |
| 2 "scripts": [ "DocumentationView.js" ] | 9 "scripts": [ "DocumentationView.js" ] |
| 3 } | 10 } |
| OLD | NEW |