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

Unified Diff: Source/devtools/front_end/resources/DirectoryContentView.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/resources/DirectoryContentView.js
diff --git a/Source/devtools/front_end/resources/DirectoryContentView.js b/Source/devtools/front_end/resources/DirectoryContentView.js
index 9ec66991ba371e96111bb1f02159120f54823f5a..f25119d5843aa50a7f7fc38f56442249057a345a 100644
--- a/Source/devtools/front_end/resources/DirectoryContentView.js
+++ b/Source/devtools/front_end/resources/DirectoryContentView.js
@@ -101,6 +101,7 @@ WebInspector.DirectoryContentView.Node = function(entry)
/**
* @param {string} column
* @param {boolean} reverse
+ * @return {function(*, *):number|undefined}
aandrey 2014/06/17 11:33:54 why * instead of types?
apavlov 2014/06/17 12:46:03 Done.
*/
WebInspector.DirectoryContentView.Node.comparator = function(column, reverse)
{

Powered by Google App Engine
This is Rietveld 408576698