Chromium Code Reviews| Index: Source/devtools/front_end/sources/SourcesView.js |
| diff --git a/Source/devtools/front_end/sources/SourcesView.js b/Source/devtools/front_end/sources/SourcesView.js |
| index 178ec2f9354967ef8b739017523d56450a219db3..a48ff5d69f49e0f3bb036f16bf6788f121f13fca 100644 |
| --- a/Source/devtools/front_end/sources/SourcesView.js |
| +++ b/Source/devtools/front_end/sources/SourcesView.js |
| @@ -612,7 +612,7 @@ WebInspector.SourcesView.prototype = { |
| WebInspector.StyleSheetOutlineDialog.show(this, uiSourceCode, this.showSourceLocation.bind(this, uiSourceCode)); |
| return true; |
| } |
| - return false; |
| + return true; |
|
apavlov
2014/07/28 12:37:53
default:
return true;
seems more readable. It
lushnikov
2014/07/28 14:03:09
Done.
|
| }, |
| /** |