Chromium Code Reviews| Index: Source/devtools/front_end/script_formatter_worker/ScriptFormatterWorker.js |
| diff --git a/Source/devtools/front_end/script_formatter_worker/ScriptFormatterWorker.js b/Source/devtools/front_end/script_formatter_worker/ScriptFormatterWorker.js |
| index 5cc1bfed31e493c6bfaab113b88d5ef6d2987b84..d9ac239431cfe90f958a1d987d1dfc99be0436e8 100644 |
| --- a/Source/devtools/front_end/script_formatter_worker/ScriptFormatterWorker.js |
| +++ b/Source/devtools/front_end/script_formatter_worker/ScriptFormatterWorker.js |
| @@ -479,6 +479,10 @@ FormatterWorker.HTMLFormatter.prototype = { |
| } |
| } |
| +/** |
| + * @return {!Object.<string, boolean>} |
| + * @suppress {duplicate} |
|
aandrey
2014/06/17 11:33:54
why suppress?
apavlov
2014/06/17 12:46:03
Thanks for spotting - it is already found in utili
|
| + */ |
| Array.prototype.keySet = function() |
| { |
| var keys = {}; |