Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1545)

Unified Diff: Source/devtools/front_end/sdk/SearchConfig.js

Issue 340513003: DevTools: Add JSDoc for static methods, fix JSDoc types and induced errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased patch Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/sdk/SearchConfig.js
diff --git a/Source/devtools/front_end/sdk/SearchConfig.js b/Source/devtools/front_end/sdk/SearchConfig.js
index 166bb4ff24c39f41fa7f134b1c3417900181c120..26bd6ef69b4d0f01f526c9e6da60a32c1c2b8482 100644
--- a/Source/devtools/front_end/sdk/SearchConfig.js
+++ b/Source/devtools/front_end/sdk/SearchConfig.js
@@ -22,6 +22,7 @@ WebInspector.SearchConfig.RegexQuery;
/**
* @param {{query: string, ignoreCase: boolean, isRegex: boolean}} object
+ * @return {!WebInspector.SearchConfig}
*/
WebInspector.SearchConfig.fromPlainObject = function(object)
{
« no previous file with comments | « Source/devtools/front_end/sdk/OverridesSupport.js ('k') | Source/devtools/front_end/search/SourcesSearchScope.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698