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

Unified Diff: Source/devtools/front_end/main/Main.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/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index b423b6469ab366befe86c9b472970121a935194d..34dac490acb373822e526313aed333ebbcd435ef 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -821,6 +821,10 @@ WebInspector.__defineGetter__("inspectedPageURL", function()
return WebInspector.resourceTreeModel.inspectedPageURL();
});
+/**
+ * @param {string} name
+ * @return {?WebInspector.Panel}
+ */
WebInspector.panel = function(name)
{
return WebInspector.inspectorView.panel(name);
« no previous file with comments | « Source/devtools/front_end/layers/PaintProfilerView.js ('k') | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698