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

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

Issue 319733002: DevTools: [JsDocValidator] Be smarter about function name and JSDoc detection (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
« no previous file with comments | « no previous file | Source/devtools/scripts/jsdoc-validator/hashes » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/InspectorBackend.js
diff --git a/Source/devtools/front_end/sdk/InspectorBackend.js b/Source/devtools/front_end/sdk/InspectorBackend.js
index 3c9f9558c31285c8c8089e5e056a8562849a8122..060173fce5e0997d41f750fc2266f315fe199f8d 100644
--- a/Source/devtools/front_end/sdk/InspectorBackend.js
+++ b/Source/devtools/front_end/sdk/InspectorBackend.js
@@ -50,6 +50,7 @@ InspectorBackendClass.prototype = {
/**
* @constructor
* @param {!Object.<string, !Object>} agentsMap
+ * @this {InspectorBackendClass}
sergeyv 2014/06/05 17:13:36 this annotation is wrong. this function is a cons
apavlov 2014/06/05 18:41:42 Oops, my bad! The validator should not require @th
*/
window.Protocol.Agents = function(agentsMap) {
this._agentsMap = agentsMap;
« no previous file with comments | « no previous file | Source/devtools/scripts/jsdoc-validator/hashes » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698