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

Unified Diff: Source/devtools/front_end/common/ModuleManager.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
« no previous file with comments | « Source/devtools/front_end/common/DOMExtension.js ('k') | Source/devtools/front_end/common/Platform.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/common/ModuleManager.js
diff --git a/Source/devtools/front_end/common/ModuleManager.js b/Source/devtools/front_end/common/ModuleManager.js
index d8975cb4a57d1183def6ad10d061d6861ea5c223..874ef83565f36c2c5a17b5c68505116fd4169d9d 100644
--- a/Source/devtools/front_end/common/ModuleManager.js
+++ b/Source/devtools/front_end/common/ModuleManager.js
@@ -285,7 +285,7 @@ WebInspector.ModuleManager.ModuleDescriptor = function()
this.extensions;
/**
- * @type {!Array.<!string>|undefined}
+ * @type {!Array.<string>|undefined}
*/
this.dependencies;
« no previous file with comments | « Source/devtools/front_end/common/DOMExtension.js ('k') | Source/devtools/front_end/common/Platform.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698