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

Unified Diff: Source/devtools/front_end/sources/SourcesNavigator.js

Issue 301163005: DevTools: [JSDoc] Avoid partial arg list annotations in code except "profiler" module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 7 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/sources/SourcesNavigator.js
diff --git a/Source/devtools/front_end/sources/SourcesNavigator.js b/Source/devtools/front_end/sources/SourcesNavigator.js
index f2bad7c81621e43decc1504d73aa7554b15bc325..ce6a897c9f88b6875a51f7e0fccbd532f041a17f 100644
--- a/Source/devtools/front_end/sources/SourcesNavigator.js
+++ b/Source/devtools/front_end/sources/SourcesNavigator.js
@@ -51,6 +51,7 @@ WebInspector.SourcesNavigator.Events = {
WebInspector.SourcesNavigator.prototype = {
/**
+ * @param {string} id
* @param {!WebInspector.View} view
*/
_navigatorViewCreated: function(id, view)
« no previous file with comments | « Source/devtools/front_end/sources/FilteredItemSelectionDialog.js ('k') | Source/devtools/front_end/sources/SourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698