| Index: Source/devtools/front_end/sources/module.json
|
| diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
|
| index bc597c0623fc247f010cafa096d3db317ebfef69..74f6d4d04560ba237b9c0b179401e4b36bc765bc 100644
|
| --- a/Source/devtools/front_end/sources/module.json
|
| +++ b/Source/devtools/front_end/sources/module.json
|
| @@ -91,6 +91,17 @@
|
| ]
|
| },
|
| {
|
| + "type": "@WebInspector.ActionDelegate",
|
| + "actionId": "sources.switch-file",
|
| + "className": "WebInspector.SourcesView.SwitchFileActionDelegate",
|
| + "contextTypes": ["WebInspector.SourcesView"],
|
| + "bindings": [
|
| + {
|
| + "shortcut": "Alt+O"
|
| + }
|
| + ]
|
| + },
|
| + {
|
| "type": "ui-setting",
|
| "settingName": "javaScriptDisabled",
|
| "settingType": "custom",
|
|
|