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

Unified Diff: Source/devtools/front_end/InspectorFrontendAPI.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: 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/InspectorFrontendAPI.js
diff --git a/Source/devtools/front_end/InspectorFrontendAPI.js b/Source/devtools/front_end/InspectorFrontendAPI.js
index 5c562c1b1ce0876b9f824dc2927b157f158d9208..28cc52455ed58f19309f5c784568f09c0c976089 100644
--- a/Source/devtools/front_end/InspectorFrontendAPI.js
+++ b/Source/devtools/front_end/InspectorFrontendAPI.js
@@ -191,7 +191,7 @@ var InspectorFrontendAPI = {
},
/**
- * @param {!string} eventType
+ * @param {string} eventType
* @param {*=} eventData
* @return {boolean}
*/
« no previous file with comments | « no previous file | Source/devtools/front_end/ResponsiveDesignView.js » ('j') | Source/devtools/front_end/ScreencastView.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698