Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/filterNotifier.js

Issue 5964611362750464: Issue 2233 - Adapted array type annotations for JsDoc 3 (Closed)
Patch Set: Created March 30, 2015, 4:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/filterNotifier.js
===================================================================
--- a/lib/filterNotifier.js
+++ b/lib/filterNotifier.js
@@ -22,7 +22,7 @@
/**
* List of registered listeners
- * @type Array of function(action, item, newValue, oldValue)
+ * @type function[]
*/
let listeners = [];
« no previous file with comments | « lib/filterClasses.js ('k') | lib/objectTabs.js » ('j') | lib/subscriptionClasses.js » ('J')

Powered by Google App Engine
This is Rietveld