Chromium Code Reviews| Index: Source/devtools/front_end/documentation/JSArticle.js |
| diff --git a/Source/devtools/front_end/documentation/JSArticle.js b/Source/devtools/front_end/documentation/JSArticle.js |
| index ae6f91d0398e10890abab7a5682549a4149ecede..c5811d6dffbeed23bdd3deac93b7e81c2112ebff 100644 |
| --- a/Source/devtools/front_end/documentation/JSArticle.js |
| +++ b/Source/devtools/front_end/documentation/JSArticle.js |
| @@ -40,6 +40,7 @@ WebInspector.JSArticle.parse = function(wikiMarkupText) |
| if (typeof wikiDocument["Remarks_Section"] !== "undefined") |
| article.remarks = wikiDocument["Remarks_Section"]; |
| + |
|
apavlov
2014/08/11 15:13:35
Please revert this before landing
iliia
2014/08/12 07:53:32
Done.
|
| return article; |
| } |